Html Css Color HEX #704C12 Raw Umber

📋 copy color: '#704C12'

red 112 ◦ green 76 ◦ blue 18

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

Shades of Raw Umber #704C12

Tints of Raw Umber #704C12

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.89%

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

R = 54.37%
G = 36.89%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#704C12 (or 0x704C12) is known color: Raw Umber. HEX triplet: 70, 4C and 12. RGB value is (112,76,18). Sum of RGB (Red+Green+Blue) = 112+76+18=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #704C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704C12 is #8FB3ED. Grayscale: #505050. Windows color (decimal): -9417710 or 1199216. OLE color: 1199216.

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

Color convert

RGB 112 76 18 -
CMYK 0 0.32 0.84 0.56
HSL 37.02º 0.72% 0.25% -
HSV(B) 37.02º 0.84% 0.44% -
XYZ 9.38 8.66 1.75 -
YUV 80.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 112 76 18 0 0.32 0.84 0.56 37.02 0.72 0.25
Hex 70 4C 12 0 20 54 38 25 48 19
Octal 160 114 22 0 40 124 70 45 110 31
Binary 1110000 1001100 10010 0 100000 1010100 111000 100101 1001000 11001

Color Harmonies of #704C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C12

Black with #704C12

Text Example


Text Example

White with #704C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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