#491501

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

Shades of Brown Pod #491501

Tints of Brown Pod #491501

Color information

#491501 (or 0x491501) is unknown color: approx Brown Pod. HEX triplet: 49, 15 and 01. RGB value is (73,21,1). Sum of RGB (Red+Green+Blue) = 73+21+1=95 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.84% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 73 - color contains mainly: red. Hex color #491501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491501 is #B6EAFE. Grayscale: #222222. Windows color (decimal): -11987711 or 70985. OLE color: 70985.

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

Color convert

RGB73211-
CMYK00.710.990.71
HSL16.67º97.3%14.51%-
HSV(B)16.67º98.63%28.63%-
XYZ3.021.950.25-
YUV34.27109.23155.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 76.84%
GREEN value IS 21 (8.59% from 255) = 22.11%
BLUE value IS 1 (0.78% from 255) = 1.05%
R=76.84%
G=22.11%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7321100.710.990.7116.6797.314.51
Hex4915104763471161f
Octal11125101071431072114117
Binary100100110101101000111110001110001111000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491501; }

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

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

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

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

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

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

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

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