Html Css Color HEX #705208 Raw Umber

📋 copy color: '#705208'

red 112 ◦ green 82 ◦ blue 8

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

Shades of Raw Umber #705208

Tints of Raw Umber #705208

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.59%

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

R = 55.45%
G = 40.59%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#705208 (or 0x705208) is known color: Raw Umber. HEX triplet: 70, 52 and 08. RGB value is (112,82,8). Sum of RGB (Red+Green+Blue) = 112+82+8=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #705208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705208 is #8FADF7. Grayscale: #525252. Windows color (decimal): -9416184 or 545392. OLE color: 545392.

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

Color convert

RGB 112 82 8 -
CMYK 0 0.27 0.93 0.56
HSL 42.69º 0.87% 0.24% -
HSV(B) 42.69º 0.93% 0.44% -
XYZ 9.74 9.5 1.55 -
YUV 82.53 85.94 149.02 -
System Red Green Blue C M Y K H S L
Decimal 112 82 8 0 0.27 0.93 0.56 42.69 0.87 0.24
Hex 70 52 8 0 1B 5D 38 2B 57 18
Octal 160 122 10 0 33 135 70 53 127 30
Binary 1110000 1010010 1000 0 11011 1011101 111000 101011 1010111 11000

Color Harmonies of #705208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705208

Black with #705208

Text Example


Text Example

White with #705208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705208; }

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

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

background-color css

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

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

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

border-color css

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

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

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