Html Css Color HEX #704818 Raw Umber

📋 copy color: '#704818'

red 112 ◦ green 72 ◦ blue 24

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

Shades of Raw Umber #704818

Tints of Raw Umber #704818

RGB

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

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

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

R = 53.85%
G = 34.62%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#704818 (or 0x704818) is known color: Raw Umber. HEX triplet: 70, 48 and 18. RGB value is (112,72,24). Sum of RGB (Red+Green+Blue) = 112+72+24=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #704818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704818 is #8FB7E7. Grayscale: #4E4E4E. Windows color (decimal): -9418728 or 1591408. OLE color: 1591408.

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

Color convert

RGB 112 72 24 -
CMYK 0 0.36 0.79 0.56
HSL 32.73º 0.65% 0.27% -
HSV(B) 32.73º 0.79% 0.44% -
XYZ 9.16 8.15 1.95 -
YUV 78.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 112 72 24 0 0.36 0.79 0.56 32.73 0.65 0.27
Hex 70 48 18 0 24 4F 38 21 41 1B
Octal 160 110 30 0 44 117 70 41 101 33
Binary 1110000 1001000 11000 0 100100 1001111 111000 100001 1000001 11011

Color Harmonies of #704818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704818

Black with #704818

Text Example


Text Example

White with #704818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704818; }

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

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

background-color css

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

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

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

border-color css

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

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

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