#735402

Color #735402 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #735402

Tints of Raw Umber #735402

Color information

#735402 (or 0x735402) is unknown color: approx Raw Umber. HEX triplet: 73, 54 and 02. RGB value is (115,84,2). Sum of RGB (Red+Green+Blue) = 115+84+2=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #735402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735402 is #8CABFD. Grayscale: #545454. Windows color (decimal): -9219070 or 152691. OLE color: 152691.

HSL color Cylindrical-coordinate representation of color #735402: hue angle of 43.54º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #735402 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB115842-
CMYK00.270.980.55
HSL43.54º96.58%22.94%-
HSV(B)43.54º98.26%45.1%-
XYZ10.259.991.45-
YUV83.9281.77150.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 84 (33.20% from 255) = 41.79%
BLUE value IS 2 (1.17% from 255) = 1.00%
R=57.21%
G=41.79%
B=1.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11584200.270.980.5543.5496.5822.94
Hex7354201B62372c6117
Octal1631242033142675414127
Binary11100111010100100110111100010110111101100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735402; }

 p { color: rgb(115,84,2); }

 H1.HeaderClassName
 {
   color: #735402;
 }
 .AnyTagClassName
 {
   color: #735402;
 }
</style>
background-color css

<style>
 a { background-color: #735402; }

 a { background-color: rgb(115,84,2); }

 div.DivClassName
 {
   background-color: #735402;
 }
 .BgClassName
 {
   background-color: #735402;
 }
</style>
border-color css

<style>
 span { border-color: #735402; }

 span { border-color: rgb(115,84,2); }

 td.TdClassName
 {
   border-color: #735402;
 }
 .TagClassName
 {
   border-color: #735402;
 }
</style>