#491500

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

Shades of Brown Pod #491500

Tints of Brown Pod #491500

Color information

#491500 (or 0x491500) is unknown color: approx Brown Pod. HEX triplet: 49, 15 and 00. RGB value is (73,21,0). Sum of RGB (Red+Green+Blue) = 73+21+0=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #491500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491500 is #B6EAFF. Grayscale: #222222. Windows color (decimal): -11987712 or 5449. OLE color: 5449.

HSL color Cylindrical-coordinate representation of color #491500: hue angle of 17.26º 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 #491500 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB73210-
CMYK00.7110.71
HSL17.26º100%14.31%-
HSV(B)17.26º100%28.63%-
XYZ3.021.950.22-
YUV34.15108.73155.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 77.66%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.66%
G=22.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7321000.7110.7117.2610014.31
Hex4915004764471164e
Octal11125001071441072114416
Binary100100110101001000111110010010001111000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491500; }

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

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

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

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

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

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

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

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