#491304

Color #491304 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #491304

Tints of Brown Pod #491304

Color information

#491304 (or 0x491304) is unknown color: approx Brown Pod. HEX triplet: 49, 13 and 04. RGB value is (73,19,4). Sum of RGB (Red+Green+Blue) = 73+19+4=96 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.04% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 73 - color contains mainly: red. Hex color #491304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491304 is #B6ECFB. Grayscale: #212121. Windows color (decimal): -11988220 or 267081. OLE color: 267081.

HSL color Cylindrical-coordinate representation of color #491304: hue angle of 13.04º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #491304 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.71.

Color convert

RGB73194-
CMYK00.740.950.71
HSL13.04º89.61%15.1%-
HSV(B)13.04º94.52%28.63%-
XYZ31.890.32-
YUV33.44111.39156.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 76.04%
GREEN value IS 19 (7.81% from 255) = 19.79%
BLUE value IS 4 (1.95% from 255) = 4.17%
R=76.04%
G=19.79%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7319400.740.950.7113.0489.6115.1
Hex4913404A5F47d5af
Octal11123401121371071513217
Binary1001001100111000100101010111111000111110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491304; }

 p { color: rgb(73,19,4); }

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

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

 a { background-color: rgb(73,19,4); }

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

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

 span { border-color: rgb(73,19,4); }

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