Html Css Color HEX #704E18 Raw Umber

📋 copy color: '#704E18'

red 112 ◦ green 78 ◦ blue 24

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

Shades of Raw Umber #704E18

Tints of Raw Umber #704E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.21%

R = 52.34%
G = 36.45%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#704E18 (or 0x704E18) is known color: Raw Umber. HEX triplet: 70, 4E and 18. RGB value is (112,78,24). Sum of RGB (Red+Green+Blue) = 112+78+24=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #704E18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704E18 is #8FB1E7. Grayscale: #525252. Windows color (decimal): -9417192 or 1592944. OLE color: 1592944.

HSL color Cylindrical-coordinate representation of color #704E18: hue angle of 36.82º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #704E18 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 78 24 -
CMYK 0 0.30 0.79 0.56
HSL 36.82º 0.65% 0.27% -
HSV(B) 36.82º 0.79% 0.44% -
XYZ 9.57 8.96 2.09 -
YUV 82.01 95.26 149.39 -
System Red Green Blue C M Y K H S L
Decimal 112 78 24 0 0.30 0.79 0.56 36.82 0.65 0.27
Hex 70 4E 18 0 1E 4F 38 25 41 1B
Octal 160 116 30 0 36 117 70 45 101 33
Binary 1110000 1001110 11000 0 11110 1001111 111000 100101 1000001 11011

Color Harmonies of #704E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E18

Black with #704E18

Text Example


Text Example

White with #704E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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