Html Css Color HEX #705211 Raw Umber

📋 copy color: '#705211'

red 112 ◦ green 82 ◦ blue 17

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

Shades of Raw Umber #705211

Tints of Raw Umber #705211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.06%

R = 53.08%
G = 38.86%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#705211 (or 0x705211) is known color: Raw Umber. HEX triplet: 70, 52 and 11. RGB value is (112,82,17). Sum of RGB (Red+Green+Blue) = 112+82+17=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #705211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705211 is #8FADEE. Grayscale: #535353. Windows color (decimal): -9416175 or 1135216. OLE color: 1135216.

HSL color Cylindrical-coordinate representation of color #705211: hue angle of 41.05º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #705211 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 82 17 -
CMYK 0 0.27 0.85 0.56
HSL 41.05º 0.74% 0.25% -
HSV(B) 41.05º 0.85% 0.44% -
XYZ 9.8 9.52 1.85 -
YUV 83.56 90.44 148.29 -
System Red Green Blue C M Y K H S L
Decimal 112 82 17 0 0.27 0.85 0.56 41.05 0.74 0.25
Hex 70 52 11 0 1B 55 38 29 4A 19
Octal 160 122 21 0 33 125 70 51 112 31
Binary 1110000 1010010 10001 0 11011 1010101 111000 101001 1001010 11001

Color Harmonies of #705211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705211

Black with #705211

Text Example


Text Example

White with #705211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705211; }

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

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

background-color css

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

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

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

border-color css

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

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

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