#705F08

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

Shades of Raw Umber #705F08

Tints of Raw Umber #705F08

Color information

#705F08 (or 0x705F08) is unknown color: approx Raw Umber. HEX triplet: 70, 5F and 08. RGB value is (112,95,8). Sum of RGB (Red+Green+Blue) = 112+95+8=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #705F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705F08 is #8FA0F7. Grayscale: #5A5A5A. Windows color (decimal): -9412856 or 548720. OLE color: 548720.

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

Color convert

RGB112958-
CMYK00.150.930.56
HSL50.19º86.67%23.53%-
HSV(B)50.19º92.86%43.92%-
XYZ10.8211.651.91-
YUV90.1681.63143.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 95 (37.5% from 255) = 44.19%
BLUE value IS 8 (3.52% from 255) = 3.72%
R=52.09%
G=44.19%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11295800.150.930.5650.1986.6723.53
Hex705F80F5D38325718
Octal16013710017135706212730
Binary111000010111111000011111011101111000110010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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