#491300

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

Shades of Brown Pod #491300

Tints of Brown Pod #491300

Color information

#491300 (or 0x491300) is unknown color: approx Brown Pod. HEX triplet: 49, 13 and 00. RGB value is (73,19,0). Sum of RGB (Red+Green+Blue) = 73+19+0=92 (12% of max value = 765). Red value is 73 (28.91% from 255 or 79.35% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 73 - color contains mainly: red. Hex color #491300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491300 is #B6ECFF. Grayscale: #212121. Windows color (decimal): -11988224 or 4937. OLE color: 4937.

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

Color convert

RGB73190-
CMYK00.7410.71
HSL15.62º100%14.31%-
HSV(B)15.62º100%28.63%-
XYZ2.981.880.21-
YUV32.98109.39156.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 79.35%
GREEN value IS 19 (7.81% from 255) = 20.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.35%
G=20.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7319000.7410.7115.6210014.31
Hex4913004A64471064e
Octal11123001121441072014416
Binary100100110011001001010110010010001111000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491300; }

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

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

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

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

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

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

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

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