#705E08

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

Shades of Raw Umber #705E08

Tints of Raw Umber #705E08

Color information

#705E08 (or 0x705E08) is unknown color: approx Raw Umber. HEX triplet: 70, 5E and 08. RGB value is (112,94,8). Sum of RGB (Red+Green+Blue) = 112+94+8=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 94 (37.11% from 255 or 43.93% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #705E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705E08 is #8FA1F7. Grayscale: #595959. Windows color (decimal): -9413112 or 548464. OLE color: 548464.

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

Color convert

RGB112948-
CMYK00.160.930.56
HSL49.62º86.67%23.53%-
HSV(B)49.62º92.86%43.92%-
XYZ10.7311.471.88-
YUV89.5881.96143.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.34%
GREEN value IS 94 (37.11% from 255) = 43.93%
BLUE value IS 8 (3.52% from 255) = 3.74%
R=52.34%
G=43.93%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11294800.160.930.5649.6286.6723.53
Hex705E80105D38325718
Octal16013610020135706212730
Binary1110000101111010000100001011101111000110010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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