Shades of Brown Pod #49231B
Tints of Brown Pod #49231B
RGB
CMYK
RGB Variations
Color information
#49231B (or 0x49231B) is known color: Brown Pod. HEX triplet: 49, 23 and 1B. RGB value is (73,35,27). Sum of RGB (Red+Green+Blue) = 73+35+27=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #49231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49231B is #B6DCE4. Grayscale: #2D2D2D. Windows color (decimal): -11984101 or 1778505. OLE color: 1778505.
HSL color Cylindrical-coordinate representation of color #49231B: hue angle of 10.43º 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 #49231B is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 35 | 27 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.71 |
| HSL | 10.43º | 0.46% | 0.2% | - |
| HSV(B) | 10.43º | 0.63% | 0.29% | - |
| XYZ | 3.55 | 2.7 | 1.37 | - |
| YUV | 45.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 35 | 27 | 0 | 0.52 | 0.63 | 0.71 | 10.43 | 0.46 | 0.2 |
| Hex | 49 | 23 | 1B | 0 | 34 | 3F | 47 | A | 2E | 14 |
| Octal | 111 | 43 | 33 | 0 | 64 | 77 | 107 | 12 | 56 | 24 |
| Binary | 1001001 | 100011 | 11011 | 0 | 110100 | 111111 | 1000111 | 1010 | 101110 | 10100 |
Color Harmonies of #49231B
Complementary color
Monochromatic Colors of #49231B
Black with #49231B
Text Example
Text Example
White with #49231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49231B; }
p { color: rgb(73,35,27); }
H1.HeaderClassName
{
color: #49231B;
}
.AnyTagClassName
{
color: #49231B;
}
</style>
background-color css
<style>
a { background-color: #49231B; }
a { background-color: rgb(73,35,27); }
div.DivClassName
{
background-color: #49231B;
}
.BgClassName
{
background-color: #49231B;
}
</style>
border-color css
<style>
span { border-color: #49231B; }
span { border-color: rgb(73,35,27); }
td.TdClassName
{
border-color: #49231B;
}
.TagClassName
{
border-color: #49231B;
}
</style>