#49160B

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

Shades of Brown Pod #49160B

Tints of Brown Pod #49160B

Color information

#49160B (or 0x49160B) is unknown color: approx Brown Pod. HEX triplet: 49, 16 and 0B. RGB value is (73,22,11). Sum of RGB (Red+Green+Blue) = 73+22+11=106 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.87% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 73 - color contains mainly: red. Hex color #49160B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49160B is #B6E9F4. Grayscale: #242424. Windows color (decimal): -11987445 or 726601. OLE color: 726601.

HSL color Cylindrical-coordinate representation of color #49160B: hue angle of 10.65º 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 #49160B is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB732211-
CMYK00.700.850.71
HSL10.65º73.81%16.47%-
HSV(B)10.65º84.93%28.63%-
XYZ3.092.010.54-
YUV35.99113.9154.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 68.87%
GREEN value IS 22 (8.98% from 255) = 20.75%
BLUE value IS 11 (4.69% from 255) = 10.38%
R=68.87%
G=20.75%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73221100.700.850.7110.6573.8116.47
Hex4916B0465547b4a10
Octal111261301061251071311220
Binary100100110110101101000110101010110001111011100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49160B; }

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

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

<style>
 a { background-color: #49160B; }

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

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

<style>
 span { border-color: #49160B; }

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

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