Html Css Color HEX #704816 Raw Umber

📋 copy color: '#704816'

red 112 ◦ green 72 ◦ blue 22

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

Shades of Raw Umber #704816

Tints of Raw Umber #704816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.95%

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

R = 54.37%
G = 34.95%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#704816 (or 0x704816) is known color: Raw Umber. HEX triplet: 70, 48 and 16. RGB value is (112,72,22). Sum of RGB (Red+Green+Blue) = 112+72+22=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #704816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704816 is #8FB7E9. Grayscale: #4E4E4E. Windows color (decimal): -9418730 or 1460336. OLE color: 1460336.

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

Color convert

RGB 112 72 22 -
CMYK 0 0.36 0.80 0.56
HSL 33.33º 0.67% 0.26% -
HSV(B) 33.33º 0.8% 0.44% -
XYZ 9.14 8.14 1.85 -
YUV 78.26 96.25 152.07 -
System Red Green Blue C M Y K H S L
Decimal 112 72 22 0 0.36 0.80 0.56 33.33 0.67 0.26
Hex 70 48 16 0 24 50 38 21 43 1A
Octal 160 110 26 0 44 120 70 41 103 32
Binary 1110000 1001000 10110 0 100100 1010000 111000 100001 1000011 11010

Color Harmonies of #704816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704816

Black with #704816

Text Example


Text Example

White with #704816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704816; }

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

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

background-color css

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

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

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

border-color css

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

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

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