#49190F

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

Shades of Brown Pod #49190F

Tints of Brown Pod #49190F

Color information

#49190F (or 0x49190F) is unknown color: approx Brown Pod. HEX triplet: 49, 19 and 0F. RGB value is (73,25,15). Sum of RGB (Red+Green+Blue) = 73+25+15=113 (14% of max value = 765). Red value is 73 (28.91% from 255 or 64.60% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 73 - color contains mainly: red. Hex color #49190F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49190F is #B6E6F0. Grayscale: #262626. Windows color (decimal): -11986673 or 989513. OLE color: 989513.

HSL color Cylindrical-coordinate representation of color #49190F: hue angle of 10.34º 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 #49190F is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB732515-
CMYK00.660.790.71
HSL10.34º65.91%17.25%-
HSV(B)10.34º79.45%28.63%-
XYZ3.182.150.7-
YUV38.21114.9152.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 64.60%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 15 (6.25% from 255) = 13.27%
R=64.60%
G=22.12%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73251500.660.790.7110.3465.9117.25
Hex4919F0424F47a4211
Octal111311701021171071210221
Binary100100111001111101000010100111110001111010100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49190F; }

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

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

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

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

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

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

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

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