#491302

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

Shades of Brown Pod #491302

Tints of Brown Pod #491302

Color information

#491302 (or 0x491302) is unknown color: approx Brown Pod. HEX triplet: 49, 13 and 02. RGB value is (73,19,2). Sum of RGB (Red+Green+Blue) = 73+19+2=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #491302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491302 is #B6ECFD. Grayscale: #212121. Windows color (decimal): -11988222 or 136009. OLE color: 136009.

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

Color convert

RGB73192-
CMYK00.740.970.71
HSL14.37º94.67%14.71%-
HSV(B)14.37º97.26%28.63%-
XYZ2.991.890.26-
YUV33.21110.39156.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 77.66%
GREEN value IS 19 (7.81% from 255) = 20.21%
BLUE value IS 2 (1.17% from 255) = 2.13%
R=77.66%
G=20.21%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7319200.740.970.7114.3794.6714.71
Hex4913204A6147e5ff
Octal11123201121411071613717
Binary100100110011100100101011000011000111111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491302; }

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

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

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

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

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

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

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

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