Html Css Color HEX #704008 Raw Umber

📋 copy color: '#704008'

red 112 ◦ green 64 ◦ blue 8

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

Shades of Raw Umber #704008

Tints of Raw Umber #704008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.78%

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

R = 60.87%
G = 34.78%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#704008 (or 0x704008) is known color: Raw Umber. HEX triplet: 70, 40 and 08. RGB value is (112,64,8). Sum of RGB (Red+Green+Blue) = 112+64+8=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #704008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704008 is #8FBFF7. Grayscale: #484848. Windows color (decimal): -9420792 or 540784. OLE color: 540784.

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

Color convert

RGB 112 64 8 -
CMYK 0 0.43 0.93 0.56
HSL 32.31º 0.87% 0.24% -
HSV(B) 32.31º 0.93% 0.44% -
XYZ 8.56 7.13 1.15 -
YUV 71.97 91.9 156.55 -
System Red Green Blue C M Y K H S L
Decimal 112 64 8 0 0.43 0.93 0.56 32.31 0.87 0.24
Hex 70 40 8 0 2B 5D 38 20 57 18
Octal 160 100 10 0 53 135 70 40 127 30
Binary 1110000 1000000 1000 0 101011 1011101 111000 100000 1010111 11000

Color Harmonies of #704008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704008

Black with #704008

Text Example


Text Example

White with #704008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704008; }

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

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

background-color css

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

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

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

border-color css

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

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

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