#491D13

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

Shades of Brown Pod #491D13

Tints of Brown Pod #491D13

Color information

#491D13 (or 0x491D13) is unknown color: approx Brown Pod. HEX triplet: 49, 1D and 13. RGB value is (73,29,19). Sum of RGB (Red+Green+Blue) = 73+29+19=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #491D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491D13 is #B6E2EC. Grayscale: #292929. Windows color (decimal): -11985645 or 1252681. OLE color: 1252681.

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

Color convert

RGB732919-
CMYK00.600.740.71
HSL11.11º58.7%18.04%-
HSV(B)11.11º73.97%28.63%-
XYZ3.32.340.89-
YUV41.02115.58150.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 60.33%
GREEN value IS 29 (11.72% from 255) = 23.97%
BLUE value IS 19 (7.81% from 255) = 15.70%
R=60.33%
G=23.97%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73291900.600.740.7111.1158.718.04
Hex491D1303C4A47b3b12
Octal1113523074112107137322
Binary10010011110110011011110010010101000111101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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