Html Css Color HEX #704215 Raw Umber

📋 copy color: '#704215'

red 112 ◦ green 66 ◦ blue 21

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

Shades of Raw Umber #704215

Tints of Raw Umber #704215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.17%

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

R = 56.28%
G = 33.17%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#704215 (or 0x704215) is known color: Raw Umber. HEX triplet: 70, 42 and 15. RGB value is (112,66,21). Sum of RGB (Red+Green+Blue) = 112+66+21=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #704215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704215 is #8FBDEA. Grayscale: #4A4A4A. Windows color (decimal): -9420267 or 1393264. OLE color: 1393264.

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

Color convert

RGB 112 66 21 -
CMYK 0 0.41 0.81 0.56
HSL 29.67º 0.68% 0.26% -
HSV(B) 29.67º 0.81% 0.44% -
XYZ 8.77 7.4 1.67 -
YUV 74.62 97.74 154.66 -
System Red Green Blue C M Y K H S L
Decimal 112 66 21 0 0.41 0.81 0.56 29.67 0.68 0.26
Hex 70 42 15 0 29 51 38 1E 44 1A
Octal 160 102 25 0 51 121 70 36 104 32
Binary 1110000 1000010 10101 0 101001 1010001 111000 11110 1000100 11010

Color Harmonies of #704215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704215

Black with #704215

Text Example


Text Example

White with #704215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704215; }

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

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

background-color css

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

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

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

border-color css

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

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

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