Html Css Color HEX #705908 Raw Umber

📋 copy color: '#705908'

red 112 ◦ green 89 ◦ blue 8

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

Shades of Raw Umber #705908

Tints of Raw Umber #705908

RGB

 RED value IS 112 (44.14% from 255) = 53.59%

 GREEN value IS 89 (35.16% from 255) = 42.58%

 BLUE value IS 8 (3.52% from 255) = 3.83%

R = 53.59%
G = 42.58%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#705908 (or 0x705908) is known color: Raw Umber. HEX triplet: 70, 59 and 08. RGB value is (112,89,8). Sum of RGB (Red+Green+Blue) = 112+89+8=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #705908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705908 is #8FA6F7. Grayscale: #565656. Windows color (decimal): -9414392 or 547184. OLE color: 547184.

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

Color convert

RGB 112 89 8 -
CMYK 0 0.21 0.93 0.56
HSL 46.73º 0.87% 0.24% -
HSV(B) 46.73º 0.93% 0.44% -
XYZ 10.3 10.61 1.73 -
YUV 86.64 83.62 146.09 -
System Red Green Blue C M Y K H S L
Decimal 112 89 8 0 0.21 0.93 0.56 46.73 0.87 0.24
Hex 70 59 8 0 15 5D 38 2F 57 18
Octal 160 131 10 0 25 135 70 57 127 30
Binary 1110000 1011001 1000 0 10101 1011101 111000 101111 1010111 11000

Color Harmonies of #705908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705908

Black with #705908

Text Example


Text Example

White with #705908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705908; }

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

 H1.HeaderClassName
 {
   color: #705908;
 }
 .AnyTagClassName
 {
   color: #705908;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #705908;
 }
 .BgClassName
 {
   background-color: #705908;
 }
</style>

border-color css

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

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

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