Html Css Color HEX #704815 Raw Umber

📋 copy color: '#704815'

red 112 ◦ green 72 ◦ blue 21

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

Shades of Raw Umber #704815

Tints of Raw Umber #704815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.24%

R = 54.63%
G = 35.12%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#704815 (or 0x704815) is known color: Raw Umber. HEX triplet: 70, 48 and 15. RGB value is (112,72,21). Sum of RGB (Red+Green+Blue) = 112+72+21=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #704815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704815 is #8FB7EA. Grayscale: #4E4E4E. Windows color (decimal): -9418731 or 1394800. OLE color: 1394800.

HSL color Cylindrical-coordinate representation of color #704815: hue angle of 33.63º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #704815 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 72 21 -
CMYK 0 0.36 0.81 0.56
HSL 33.63º 0.68% 0.26% -
HSV(B) 33.63º 0.81% 0.44% -
XYZ 9.13 8.13 1.8 -
YUV 78.15 95.75 152.15 -
System Red Green Blue C M Y K H S L
Decimal 112 72 21 0 0.36 0.81 0.56 33.63 0.68 0.26
Hex 70 48 15 0 24 51 38 22 44 1A
Octal 160 110 25 0 44 121 70 42 104 32
Binary 1110000 1001000 10101 0 100100 1010001 111000 100010 1000100 11010

Color Harmonies of #704815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704815

Black with #704815

Text Example


Text Example

White with #704815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704815; }

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

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

background-color css

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

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

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

border-color css

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

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

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