Html Css Color HEX #704612 Raw Umber

📋 copy color: '#704612'

red 112 ◦ green 70 ◦ blue 18

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

Shades of Raw Umber #704612

Tints of Raw Umber #704612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35%

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

R = 56%
G = 35%
B = 9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#704612 (or 0x704612) is known color: Raw Umber. HEX triplet: 70, 46 and 12. RGB value is (112,70,18). Sum of RGB (Red+Green+Blue) = 112+70+18=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #704612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704612 is #8FB9ED. Grayscale: #4C4C4C. Windows color (decimal): -9419246 or 1197680. OLE color: 1197680.

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

Color convert

RGB 112 70 18 -
CMYK 0 0.38 0.84 0.56
HSL 33.19º 0.72% 0.25% -
HSV(B) 33.19º 0.84% 0.44% -
XYZ 8.98 7.87 1.62 -
YUV 76.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 112 70 18 0 0.38 0.84 0.56 33.19 0.72 0.25
Hex 70 46 12 0 26 54 38 21 48 19
Octal 160 106 22 0 46 124 70 41 110 31
Binary 1110000 1000110 10010 0 100110 1010100 111000 100001 1001000 11001

Color Harmonies of #704612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704612

Black with #704612

Text Example


Text Example

White with #704612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704612; }

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

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

background-color css

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

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

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

border-color css

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

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

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