#491F0F

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

Shades of Brown Pod #491F0F

Tints of Brown Pod #491F0F

Color information

#491F0F (or 0x491F0F) is unknown color: approx Brown Pod. HEX triplet: 49, 1F and 0F. RGB value is (73,31,15). Sum of RGB (Red+Green+Blue) = 73+31+15=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #491F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491F0F is #B6E0F0. Grayscale: #292929. Windows color (decimal): -11985137 or 991049. OLE color: 991049.

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

Color convert

RGB733115-
CMYK00.580.790.71
HSL16.55º65.91%17.25%-
HSV(B)16.55º79.45%28.63%-
XYZ3.322.430.75-
YUV41.73112.91150.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 61.34%
GREEN value IS 31 (12.5% from 255) = 26.05%
BLUE value IS 15 (6.25% from 255) = 12.61%
R=61.34%
G=26.05%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73311500.580.790.7116.5565.9117.25
Hex491FF03A4F47114211
Octal11137170721171072110221
Binary100100111111111101110101001111100011110001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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