Html Css Color HEX #705F08 Raw Umber

📋 copy color: '#705F08'

red 112 ◦ green 95 ◦ blue 8

#705F08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #705F08

Tints of Raw Umber #705F08

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 value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#705F08 (or 0x705F08) is known color: 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

RGB 112 95 8 -
CMYK 0 0.15 0.93 0.56
HSL 50.19º 0.87% 0.24% -
HSV(B) 50.19º 0.93% 0.44% -
XYZ 10.82 11.65 1.91 -
YUV 90.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 112 95 8 0 0.15 0.93 0.56 50.19 0.87 0.24
Hex 70 5F 8 0 F 5D 38 32 57 18
Octal 160 137 10 0 17 135 70 62 127 30
Binary 1110000 1011111 1000 0 1111 1011101 111000 110010 1010111 11000

Color Harmonies of #705F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F08

Black with #705F08

Text Example


Text Example

White with #705F08

Text Example


Text Example

HTML Codes & Css Web 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>