Html Css Color HEX #704212 Raw Umber

📋 copy color: '#704212'

red 112 ◦ green 66 ◦ blue 18

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

Shades of Raw Umber #704212

Tints of Raw Umber #704212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.18%

R = 57.14%
G = 33.67%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#704212 (or 0x704212) is known color: Raw Umber. HEX triplet: 70, 42 and 12. RGB value is (112,66,18). Sum of RGB (Red+Green+Blue) = 112+66+18=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #704212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704212 is #8FBDED. Grayscale: #4A4A4A. Windows color (decimal): -9420270 or 1196656. OLE color: 1196656.

HSL color Cylindrical-coordinate representation of color #704212: hue angle of 30.64º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #704212 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 66 18 -
CMYK 0 0.41 0.84 0.56
HSL 30.64º 0.72% 0.25% -
HSV(B) 30.64º 0.84% 0.44% -
XYZ 8.74 7.38 1.54 -
YUV 74.28 96.24 154.9 -
System Red Green Blue C M Y K H S L
Decimal 112 66 18 0 0.41 0.84 0.56 30.64 0.72 0.25
Hex 70 42 12 0 29 54 38 1F 48 19
Octal 160 102 22 0 51 124 70 37 110 31
Binary 1110000 1000010 10010 0 101001 1010100 111000 11111 1001000 11001

Color Harmonies of #704212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704212

Black with #704212

Text Example


Text Example

White with #704212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704212; }

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

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

background-color css

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

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

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

border-color css

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

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

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