#704008

Color #704008 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #704008

Tints of Raw Umber #704008

Color information

#704008 (or 0x704008) is unknown color: approx 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

RGB112648-
CMYK00.430.930.56
HSL32.31º86.67%23.53%-
HSV(B)32.31º92.86%43.92%-
XYZ8.567.131.15-
YUV71.9791.9156.55-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11264800.430.930.5632.3186.6723.53
Hex7040802B5D38205718
Octal16010010053135704012730
Binary11100001000000100001010111011101111000100000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>