#704009

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

Shades of Raw Umber #704009

Tints of Raw Umber #704009

Color information

#704009 (or 0x704009) is unknown color: approx Raw Umber. HEX triplet: 70, 40 and 09. RGB value is (112,64,9). Sum of RGB (Red+Green+Blue) = 112+64+9=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #704009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704009 is #8FBFF6. Grayscale: #484848. Windows color (decimal): -9420791 or 606320. OLE color: 606320.

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

Color convert

RGB112649-
CMYK00.430.920.56
HSL32.04º85.12%23.73%-
HSV(B)32.04º91.96%43.92%-
XYZ8.567.131.18-
YUV72.0892.4156.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.54%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 9 (3.91% from 255) = 4.86%
R=60.54%
G=34.59%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11264900.430.920.5632.0485.1223.73
Hex7040902B5C38205518
Octal16010011053134704012530
Binary11100001000000100101010111011100111000100000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704009; }

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

 H1.HeaderClassName
 {
   color: #704009;
 }
 .AnyTagClassName
 {
   color: #704009;
 }
</style>
background-color css

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

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

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

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

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

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