#704404

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

Shades of Raw Umber #704404

Tints of Raw Umber #704404

Color information

#704404 (or 0x704404) is unknown color: approx Raw Umber. HEX triplet: 70, 44 and 04. RGB value is (112,68,4). Sum of RGB (Red+Green+Blue) = 112+68+4=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #704404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704404 is #8FBBFB. Grayscale: #4A4A4A. Windows color (decimal): -9419772 or 279664. OLE color: 279664.

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

Color convert

RGB112684-
CMYK00.390.960.56
HSL35.56º93.1%22.75%-
HSV(B)35.56º96.43%43.92%-
XYZ8.777.591.12-
YUV73.8688.58155.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.87%
GREEN value IS 68 (26.95% from 255) = 36.96%
BLUE value IS 4 (1.95% from 255) = 2.17%
R=60.87%
G=36.96%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11268400.390.960.5635.5693.122.75
Hex704440276038245d17
Octal1601044047140704413527
Binary1110000100010010001001111100000111000100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704404; }

 p { color: rgb(112,68,4); }

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

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

 a { background-color: rgb(112,68,4); }

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

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

 span { border-color: rgb(112,68,4); }

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