Html Css Color HEX #705416 Raw Umber

📋 copy color: '#705416'

red 112 ◦ green 84 ◦ blue 22

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

Shades of Raw Umber #705416

Tints of Raw Umber #705416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.53%

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

R = 51.38%
G = 38.53%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#705416 (or 0x705416) is known color: Raw Umber. HEX triplet: 70, 54 and 16. RGB value is (112,84,22). Sum of RGB (Red+Green+Blue) = 112+84+22=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #705416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705416 is #8FABE9. Grayscale: #555555. Windows color (decimal): -9415658 or 1463408. OLE color: 1463408.

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

Color convert

RGB 112 84 22 -
CMYK 0 0.25 0.80 0.56
HSL 41.33º 0.67% 0.26% -
HSV(B) 41.33º 0.8% 0.44% -
XYZ 10 9.84 2.13 -
YUV 85.3 92.28 147.04 -
System Red Green Blue C M Y K H S L
Decimal 112 84 22 0 0.25 0.80 0.56 41.33 0.67 0.26
Hex 70 54 16 0 19 50 38 29 43 1A
Octal 160 124 26 0 31 120 70 51 103 32
Binary 1110000 1010100 10110 0 11001 1010000 111000 101001 1000011 11010

Color Harmonies of #705416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705416

Black with #705416

Text Example


Text Example

White with #705416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705416; }

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

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

background-color css

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

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

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

border-color css

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

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

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