Html Css Color HEX #704E12 Raw Umber

📋 copy color: '#704E12'

red 112 ◦ green 78 ◦ blue 18

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

Shades of Raw Umber #704E12

Tints of Raw Umber #704E12

RGB

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

 GREEN value IS 78 (30.86% from 255) = 37.5%

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

R = 53.85%
G = 37.5%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#704E12 (or 0x704E12) is known color: Raw Umber. HEX triplet: 70, 4E and 12. RGB value is (112,78,18). Sum of RGB (Red+Green+Blue) = 112+78+18=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #704E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704E12 is #8FB1ED. Grayscale: #515151. Windows color (decimal): -9417198 or 1199728. OLE color: 1199728.

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

Color convert

RGB 112 78 18 -
CMYK 0 0.30 0.84 0.56
HSL 38.3º 0.72% 0.25% -
HSV(B) 38.3º 0.84% 0.44% -
XYZ 9.52 8.94 1.8 -
YUV 81.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 112 78 18 0 0.30 0.84 0.56 38.3 0.72 0.25
Hex 70 4E 12 0 1E 54 38 26 48 19
Octal 160 116 22 0 36 124 70 46 110 31
Binary 1110000 1001110 10010 0 11110 1010100 111000 100110 1001000 11001

Color Harmonies of #704E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E12

Black with #704E12

Text Example


Text Example

White with #704E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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