#491F17

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

Shades of Brown Pod #491F17

Tints of Brown Pod #491F17

Color information

#491F17 (or 0x491F17) is unknown color: approx Brown Pod. HEX triplet: 49, 1F and 17. RGB value is (73,31,23). Sum of RGB (Red+Green+Blue) = 73+31+23=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 23 (9.38% from 255 or 18.11% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #491F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491F17 is #B6E0E8. Grayscale: #2A2A2A. Windows color (decimal): -11985129 or 1515337. OLE color: 1515337.

HSL color Cylindrical-coordinate representation of color #491F17: hue angle of 9.6º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #491F17 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB733123-
CMYK00.580.680.71
HSL9.6º52.08%18.82%-
HSV(B)9.6º68.49%28.63%-
XYZ3.392.461.11-
YUV42.65116.91149.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.48%
GREEN value IS 31 (12.5% from 255) = 24.41%
BLUE value IS 23 (9.38% from 255) = 18.11%
R=57.48%
G=24.41%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73312300.580.680.719.652.0818.82
Hex491F1703A4447a3413
Octal1113727072104107126423
Binary10010011111110111011101010001001000111101011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,31,23); }

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

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

 a { background-color: rgb(73,31,23); }

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

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

 span { border-color: rgb(73,31,23); }

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