#49251B

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

Shades of Brown Pod #49251B

Tints of Brown Pod #49251B

Color information

#49251B (or 0x49251B) is unknown color: approx Brown Pod. HEX triplet: 49, 25 and 1B. RGB value is (73,37,27). Sum of RGB (Red+Green+Blue) = 73+37+27=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #49251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49251B is #B6DAE4. Grayscale: #2E2E2E. Windows color (decimal): -11983589 or 1779017. OLE color: 1779017.

HSL color Cylindrical-coordinate representation of color #49251B: hue angle of 13.04º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49251B is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB733727-
CMYK00.490.630.71
HSL13.04º46%19.61%-
HSV(B)13.04º63.01%28.63%-
XYZ3.612.821.39-
YUV46.62116.93146.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 53.28%
GREEN value IS 37 (14.84% from 255) = 27.01%
BLUE value IS 27 (10.94% from 255) = 19.71%
R=53.28%
G=27.01%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73372700.490.630.7113.044619.61
Hex49251B0313F47d2e14
Octal111453306177107155624
Binary10010011001011101101100011111111000111110110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,37,27); }

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

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

 a { background-color: rgb(73,37,27); }

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

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

 span { border-color: rgb(73,37,27); }

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