Html Css Color HEX #705716 Raw Umber

📋 copy color: '#705716'

red 112 ◦ green 87 ◦ blue 22

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

Shades of Raw Umber #705716

Tints of Raw Umber #705716

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.37%

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

R = 50.68%
G = 39.37%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#705716 (or 0x705716) is known color: Raw Umber. HEX triplet: 70, 57 and 16. RGB value is (112,87,22). Sum of RGB (Red+Green+Blue) = 112+87+22=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #705716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705716 is #8FA8E9. Grayscale: #575757. Windows color (decimal): -9414890 or 1464176. OLE color: 1464176.

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

Color convert

RGB 112 87 22 -
CMYK 0 0.22 0.80 0.56
HSL 43.33º 0.67% 0.26% -
HSV(B) 43.33º 0.8% 0.44% -
XYZ 10.24 10.32 2.21 -
YUV 87.07 91.28 145.79 -
System Red Green Blue C M Y K H S L
Decimal 112 87 22 0 0.22 0.80 0.56 43.33 0.67 0.26
Hex 70 57 16 0 16 50 38 2B 43 1A
Octal 160 127 26 0 26 120 70 53 103 32
Binary 1110000 1010111 10110 0 10110 1010000 111000 101011 1000011 11010

Color Harmonies of #705716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705716

Black with #705716

Text Example


Text Example

White with #705716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705716; }

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

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

background-color css

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

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

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

border-color css

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

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

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