Html Css Color HEX #704516 Raw Umber

📋 copy color: '#704516'

red 112 ◦ green 69 ◦ blue 22

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

Shades of Raw Umber #704516

Tints of Raw Umber #704516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.99%

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

R = 55.17%
G = 33.99%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#704516 (or 0x704516) is known color: Raw Umber. HEX triplet: 70, 45 and 16. RGB value is (112,69,22). Sum of RGB (Red+Green+Blue) = 112+69+22=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #704516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704516 is #8FBAE9. Grayscale: #4C4C4C. Windows color (decimal): -9419498 or 1459568. OLE color: 1459568.

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

Color convert

RGB 112 69 22 -
CMYK 0 0.38 0.80 0.56
HSL 31.33º 0.67% 0.26% -
HSV(B) 31.33º 0.8% 0.44% -
XYZ 8.96 7.76 1.78 -
YUV 76.5 97.25 153.32 -
System Red Green Blue C M Y K H S L
Decimal 112 69 22 0 0.38 0.80 0.56 31.33 0.67 0.26
Hex 70 45 16 0 26 50 38 1F 43 1A
Octal 160 105 26 0 46 120 70 37 103 32
Binary 1110000 1000101 10110 0 100110 1010000 111000 11111 1000011 11010

Color Harmonies of #704516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704516

Black with #704516

Text Example


Text Example

White with #704516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704516; }

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

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

background-color css

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

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

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

border-color css

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

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

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