Shades of Brown Pod #49231C
Tints of Brown Pod #49231C
RGB
CMYK
RGB Variations
Color information
#49231C (or 0x49231C) is known color: Brown Pod. HEX triplet: 49, 23 and 1C. RGB value is (73,35,28). Sum of RGB (Red+Green+Blue) = 73+35+28=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #49231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49231C is #B6DCE3. Grayscale: #2D2D2D. Windows color (decimal): -11984100 or 1844041. OLE color: 1844041.
HSL color Cylindrical-coordinate representation of color #49231C: hue angle of 9.33º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49231C is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 35 | 28 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.71 |
| HSL | 9.33º | 0.45% | 0.2% | - |
| HSV(B) | 9.33º | 0.62% | 0.29% | - |
| XYZ | 3.56 | 2.7 | 1.43 | - |
| YUV | 45.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 35 | 28 | 0 | 0.52 | 0.62 | 0.71 | 9.33 | 0.45 | 0.2 |
| Hex | 49 | 23 | 1C | 0 | 34 | 3E | 47 | 9 | 2D | 14 |
| Octal | 111 | 43 | 34 | 0 | 64 | 76 | 107 | 11 | 55 | 24 |
| Binary | 1001001 | 100011 | 11100 | 0 | 110100 | 111110 | 1000111 | 1001 | 101101 | 10100 |
Color Harmonies of #49231C
Complementary color
Monochromatic Colors of #49231C
Black with #49231C
Text Example
Text Example
White with #49231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49231C; }
p { color: rgb(73,35,28); }
H1.HeaderClassName
{
color: #49231C;
}
.AnyTagClassName
{
color: #49231C;
}
</style>
background-color css
<style>
a { background-color: #49231C; }
a { background-color: rgb(73,35,28); }
div.DivClassName
{
background-color: #49231C;
}
.BgClassName
{
background-color: #49231C;
}
</style>
border-color css
<style>
span { border-color: #49231C; }
span { border-color: rgb(73,35,28); }
td.TdClassName
{
border-color: #49231C;
}
.TagClassName
{
border-color: #49231C;
}
</style>