#49221B

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

Shades of Brown Pod #49221B

Tints of Brown Pod #49221B

Color information

#49221B (or 0x49221B) is unknown color: approx Brown Pod. HEX triplet: 49, 22 and 1B. RGB value is (73,34,27). Sum of RGB (Red+Green+Blue) = 73+34+27=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #49221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49221B is #B6DDE4. Grayscale: #2C2C2C. Windows color (decimal): -11984357 or 1778249. OLE color: 1778249.

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

Color convert

RGB733427-
CMYK00.530.630.71
HSL9.13º46%19.61%-
HSV(B)9.13º63.01%28.63%-
XYZ3.522.641.36-
YUV44.86117.92148.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.48%
GREEN value IS 34 (13.67% from 255) = 25.37%
BLUE value IS 27 (10.94% from 255) = 20.15%
R=54.48%
G=25.37%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73342700.530.630.719.134619.61
Hex49221B0353F4792e14
Octal111423306577107115624
Binary10010011000101101101101011111111000111100110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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