#705B08

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

Shades of Raw Umber #705B08

Tints of Raw Umber #705B08

Color information

#705B08 (or 0x705B08) is unknown color: approx Raw Umber. HEX triplet: 70, 5B and 08. RGB value is (112,91,8). Sum of RGB (Red+Green+Blue) = 112+91+8=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 91 (35.94% from 255 or 43.13% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #705B08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705B08 is #8FA4F7. Grayscale: #585858. Windows color (decimal): -9413880 or 547696. OLE color: 547696.

HSL color Cylindrical-coordinate representation of color #705B08: hue angle of 47.88º 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 #705B08 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB112918-
CMYK00.190.930.56
HSL47.88º86.67%23.53%-
HSV(B)47.88º92.86%43.92%-
XYZ10.4710.941.79-
YUV87.8282.96145.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.08%
GREEN value IS 91 (35.94% from 255) = 43.13%
BLUE value IS 8 (3.52% from 255) = 3.79%
R=53.08%
G=43.13%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11291800.190.930.5647.8886.6723.53
Hex705B80135D38305718
Octal16013310023135706012730
Binary1110000101101110000100111011101111000110000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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