Html Css Color HEX #704412 Raw Umber

📋 copy color: '#704412'

red 112 ◦ green 68 ◦ blue 18

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

Shades of Raw Umber #704412

Tints of Raw Umber #704412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.34%

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

R = 56.57%
G = 34.34%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#704412 (or 0x704412) is known color: Raw Umber. HEX triplet: 70, 44 and 12. RGB value is (112,68,18). Sum of RGB (Red+Green+Blue) = 112+68+18=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #704412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704412 is #8FBBED. Grayscale: #4B4B4B. Windows color (decimal): -9419758 or 1197168. OLE color: 1197168.

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

Color convert

RGB 112 68 18 -
CMYK 0 0.39 0.84 0.56
HSL 31.91º 0.72% 0.25% -
HSV(B) 31.91º 0.84% 0.44% -
XYZ 8.86 7.62 1.58 -
YUV 75.46 95.58 154.07 -
System Red Green Blue C M Y K H S L
Decimal 112 68 18 0 0.39 0.84 0.56 31.91 0.72 0.25
Hex 70 44 12 0 27 54 38 20 48 19
Octal 160 104 22 0 47 124 70 40 110 31
Binary 1110000 1000100 10010 0 100111 1010100 111000 100000 1001000 11001

Color Harmonies of #704412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704412

Black with #704412

Text Example


Text Example

White with #704412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704412; }

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

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

background-color css

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

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

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

border-color css

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

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

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