#705C08

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

Shades of Raw Umber #705C08

Tints of Raw Umber #705C08

Color information

#705C08 (or 0x705C08) is unknown color: approx Raw Umber. HEX triplet: 70, 5C and 08. RGB value is (112,92,8). Sum of RGB (Red+Green+Blue) = 112+92+8=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #705C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705C08 is #8FA3F7. Grayscale: #585858. Windows color (decimal): -9413624 or 547952. OLE color: 547952.

HSL color Cylindrical-coordinate representation of color #705C08: hue angle of 48.46º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #705C08 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB112928-
CMYK00.180.930.56
HSL48.46º86.67%23.53%-
HSV(B)48.46º92.86%43.92%-
XYZ10.5511.121.82-
YUV88.482.63144.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.83%
GREEN value IS 92 (36.33% from 255) = 43.40%
BLUE value IS 8 (3.52% from 255) = 3.77%
R=52.83%
G=43.40%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11292800.180.930.5648.4686.6723.53
Hex705C80125D38305718
Octal16013410022135706012730
Binary1110000101110010000100101011101111000110000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705C08; }

 p { color: rgb(112,92,8); }

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

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

 a { background-color: rgb(112,92,8); }

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

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

 span { border-color: rgb(112,92,8); }

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