Html Css Color HEX #704812 Raw Umber

📋 copy color: '#704812'

red 112 ◦ green 72 ◦ blue 18

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

Shades of Raw Umber #704812

Tints of Raw Umber #704812

RGB

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

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

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

R = 55.45%
G = 35.64%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#704812 (or 0x704812) is known color: Raw Umber. HEX triplet: 70, 48 and 12. RGB value is (112,72,18). Sum of RGB (Red+Green+Blue) = 112+72+18=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #704812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704812 is #8FB7ED. Grayscale: #4E4E4E. Windows color (decimal): -9418734 or 1198192. OLE color: 1198192.

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

Color convert

RGB 112 72 18 -
CMYK 0 0.36 0.84 0.56
HSL 34.47º 0.72% 0.25% -
HSV(B) 34.47º 0.84% 0.44% -
XYZ 9.11 8.12 1.66 -
YUV 77.8 94.25 152.39 -
System Red Green Blue C M Y K H S L
Decimal 112 72 18 0 0.36 0.84 0.56 34.47 0.72 0.25
Hex 70 48 12 0 24 54 38 22 48 19
Octal 160 110 22 0 44 124 70 42 110 31
Binary 1110000 1001000 10010 0 100100 1010100 111000 100010 1001000 11001

Color Harmonies of #704812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704812

Black with #704812

Text Example


Text Example

White with #704812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704812; }

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

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

background-color css

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

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

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

border-color css

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

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

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