#491c0b

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

Shades of Brown Pod #491C0B

Tints of Brown Pod #491C0B

Color information

#491C0B (or 0x491C0B) is unknown color: approx Brown Pod. HEX triplet: 49, 1C and 0B. RGB value is (73,28,11). Sum of RGB (Red+Green+Blue) = 73+28+11=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #491C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491C0B is #B6E3F4. Grayscale: #272727. Windows color (decimal): -11985909 or 728137. OLE color: 728137.

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

Color convert

RGB732811-
CMYK00.620.850.71
HSL16.45º73.81%16.47%-
HSV(B)16.45º84.93%28.63%-
XYZ3.222.270.59-
YUV39.52111.91151.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 65.18%
GREEN value IS 28 (11.33% from 255) = 25%
BLUE value IS 11 (4.69% from 255) = 9.82%
R=65.18%
G=25%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73281100.620.850.7116.4573.8116.47
Hex491CB03E5547104a10
Octal11134130761251072011220
Binary100100111100101101111101010101100011110000100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491c0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491c0b; }

 p { color: rgb(73,28,11); }

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

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

 a { background-color: rgb(73,28,11); }

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

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

 span { border-color: rgb(73,28,11); }

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