Html Css Color HEX #705808 Raw Umber

📋 copy color: '#705808'

red 112 ◦ green 88 ◦ blue 8

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

Shades of Raw Umber #705808

Tints of Raw Umber #705808

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.31%

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

R = 53.85%
G = 42.31%
B = 3.85%

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

#705808 (or 0x705808) is known color: Raw Umber. HEX triplet: 70, 58 and 08. RGB value is (112,88,8). Sum of RGB (Red+Green+Blue) = 112+88+8=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #705808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705808 is #8FA7F7. Grayscale: #565656. Windows color (decimal): -9414648 or 546928. OLE color: 546928.

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

Color convert

RGB 112 88 8 -
CMYK 0 0.21 0.93 0.56
HSL 46.15º 0.87% 0.24% -
HSV(B) 46.15º 0.93% 0.44% -
XYZ 10.22 10.44 1.71 -
YUV 86.06 83.95 146.5 -
System Red Green Blue C M Y K H S L
Decimal 112 88 8 0 0.21 0.93 0.56 46.15 0.87 0.24
Hex 70 58 8 0 15 5D 38 2E 57 18
Octal 160 130 10 0 25 135 70 56 127 30
Binary 1110000 1011000 1000 0 10101 1011101 111000 101110 1010111 11000

Color Harmonies of #705808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705808

Black with #705808

Text Example


Text Example

White with #705808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705808; }

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

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

background-color css

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

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

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

border-color css

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

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

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