Html Css Color HEX #704A18 Raw Umber

📋 copy color: '#704A18'

red 112 ◦ green 74 ◦ blue 24

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

Shades of Raw Umber #704A18

Tints of Raw Umber #704A18

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.24%

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

R = 53.33%
G = 35.24%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#704A18 (or 0x704A18) is known color: Raw Umber. HEX triplet: 70, 4A and 18. RGB value is (112,74,24). Sum of RGB (Red+Green+Blue) = 112+74+24=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #704A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704A18 is #8FB5E7. Grayscale: #4F4F4F. Windows color (decimal): -9418216 or 1591920. OLE color: 1591920.

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

Color convert

RGB 112 74 24 -
CMYK 0 0.34 0.79 0.56
HSL 34.09º 0.65% 0.27% -
HSV(B) 34.09º 0.79% 0.44% -
XYZ 9.3 8.41 2 -
YUV 79.66 96.59 151.07 -
System Red Green Blue C M Y K H S L
Decimal 112 74 24 0 0.34 0.79 0.56 34.09 0.65 0.27
Hex 70 4A 18 0 22 4F 38 22 41 1B
Octal 160 112 30 0 42 117 70 42 101 33
Binary 1110000 1001010 11000 0 100010 1001111 111000 100010 1000001 11011

Color Harmonies of #704A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A18

Black with #704A18

Text Example


Text Example

White with #704A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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