#704304

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

Shades of Raw Umber #704304

Tints of Raw Umber #704304

Color information

#704304 (or 0x704304) is unknown color: approx Raw Umber. HEX triplet: 70, 43 and 04. RGB value is (112,67,4). Sum of RGB (Red+Green+Blue) = 112+67+4=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #704304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704304 is #8FBCFB. Grayscale: #494949. Windows color (decimal): -9420028 or 279408. OLE color: 279408.

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

Color convert

RGB112674-
CMYK00.400.960.56
HSL35º93.1%22.75%-
HSV(B)35º96.43%43.92%-
XYZ8.717.471.1-
YUV73.2788.91155.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.20%
GREEN value IS 67 (26.56% from 255) = 36.61%
BLUE value IS 4 (1.95% from 255) = 2.19%
R=61.20%
G=36.61%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11267400.400.960.563593.122.75
Hex704340286038235d17
Octal1601034050140704313527
Binary1110000100001110001010001100000111000100011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704304; }

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

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

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

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

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

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

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

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