#735F06

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

Shades of Raw Umber #735F06

Tints of Raw Umber #735F06

Color information

#735F06 (or 0x735F06) is unknown color: approx Raw Umber. HEX triplet: 73, 5F and 06. RGB value is (115,95,6). Sum of RGB (Red+Green+Blue) = 115+95+6=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 95 (37.5% from 255 or 43.98% from 216); Blue value is 6 (2.73% from 255 or 2.78% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #735F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735F06 is #8CA0F9. Grayscale: #5B5B5B. Windows color (decimal): -9216250 or 417651. OLE color: 417651.

HSL color Cylindrical-coordinate representation of color #735F06: hue angle of 48.99º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #735F06 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB115956-
CMYK00.170.950.55
HSL48.99º90.08%23.73%-
HSV(B)48.99º94.78%45.1%-
XYZ11.211.841.87-
YUV90.8380.13145.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.24%
GREEN value IS 95 (37.5% from 255) = 43.98%
BLUE value IS 6 (2.73% from 255) = 2.78%
R=53.24%
G=43.98%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11595600.170.950.5548.9990.0823.73
Hex735F60115F37315a18
Octal1631376021137676113230
Binary111001110111111100100011011111110111110001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735F06; }

 p { color: rgb(115,95,6); }

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

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

 a { background-color: rgb(115,95,6); }

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

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

 span { border-color: rgb(115,95,6); }

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