Html Css Color HEX #705216 Raw Umber

📋 copy color: '#705216'

red 112 ◦ green 82 ◦ blue 22

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

Shades of Raw Umber #705216

Tints of Raw Umber #705216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.19%

R = 51.85%
G = 37.96%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#705216 (or 0x705216) is known color: Raw Umber. HEX triplet: 70, 52 and 16. RGB value is (112,82,22). Sum of RGB (Red+Green+Blue) = 112+82+22=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #705216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705216 is #8FADE9. Grayscale: #545454. Windows color (decimal): -9416170 or 1462896. OLE color: 1462896.

HSL color Cylindrical-coordinate representation of color #705216: hue angle of 40º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #705216 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 82 22 -
CMYK 0 0.27 0.80 0.56
HSL 40º 0.67% 0.26% -
HSV(B) 40º 0.8% 0.44% -
XYZ 9.84 9.54 2.08 -
YUV 84.13 92.94 147.88 -
System Red Green Blue C M Y K H S L
Decimal 112 82 22 0 0.27 0.80 0.56 40 0.67 0.26
Hex 70 52 16 0 1B 50 38 28 43 1A
Octal 160 122 26 0 33 120 70 50 103 32
Binary 1110000 1010010 10110 0 11011 1010000 111000 101000 1000011 11010

Color Harmonies of #705216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705216

Black with #705216

Text Example


Text Example

White with #705216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705216; }

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

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

background-color css

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

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

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

border-color css

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

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

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