Html Css Color HEX #704808 Raw Umber

📋 copy color: '#704808'

red 112 ◦ green 72 ◦ blue 8

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

Shades of Raw Umber #704808

Tints of Raw Umber #704808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.17%

R = 58.33%
G = 37.5%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#704808 (or 0x704808) is known color: Raw Umber. HEX triplet: 70, 48 and 08. RGB value is (112,72,8). Sum of RGB (Red+Green+Blue) = 112+72+8=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #704808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704808 is #8FB7F7. Grayscale: #4C4C4C. Windows color (decimal): -9418744 or 542832. OLE color: 542832.

HSL color Cylindrical-coordinate representation of color #704808: hue angle of 36.92º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #704808 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 72 8 -
CMYK 0 0.36 0.93 0.56
HSL 36.92º 0.87% 0.24% -
HSV(B) 36.92º 0.93% 0.44% -
XYZ 9.04 8.1 1.32 -
YUV 76.66 89.25 153.2 -
System Red Green Blue C M Y K H S L
Decimal 112 72 8 0 0.36 0.93 0.56 36.92 0.87 0.24
Hex 70 48 8 0 24 5D 38 25 57 18
Octal 160 110 10 0 44 135 70 45 127 30
Binary 1110000 1001000 1000 0 100100 1011101 111000 100101 1010111 11000

Color Harmonies of #704808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704808

Black with #704808

Text Example


Text Example

White with #704808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704808; }

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

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

background-color css

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

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

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

border-color css

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

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

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