Shades of Brown Pod #49230C
Tints of Brown Pod #49230C
RGB
CMYK
RGB Variations
Color information
#49230C (or 0x49230C) is known color: Brown Pod. HEX triplet: 49, 23 and 0C. RGB value is (73,35,12). Sum of RGB (Red+Green+Blue) = 73+35+12=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #49230C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49230C is #B6DCF3. Grayscale: #2B2B2B. Windows color (decimal): -11984116 or 795465. OLE color: 795465.
HSL color Cylindrical-coordinate representation of color #49230C: hue angle of 22.62º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49230C is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 35 | 12 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.71 |
| HSL | 22.62º | 0.72% | 0.17% | - |
| HSV(B) | 22.62º | 0.84% | 0.29% | - |
| XYZ | 3.42 | 2.65 | 0.68 | - |
| YUV | 43.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 35 | 12 | 0 | 0.52 | 0.84 | 0.71 | 22.62 | 0.72 | 0.17 |
| Hex | 49 | 23 | C | 0 | 34 | 54 | 47 | 17 | 48 | 11 |
| Octal | 111 | 43 | 14 | 0 | 64 | 124 | 107 | 27 | 110 | 21 |
| Binary | 1001001 | 100011 | 1100 | 0 | 110100 | 1010100 | 1000111 | 10111 | 1001000 | 10001 |
Color Harmonies of #49230C
Complementary color
Monochromatic Colors of #49230C
Black with #49230C
Text Example
Text Example
White with #49230C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49230C; }
p { color: rgb(73,35,12); }
H1.HeaderClassName
{
color: #49230C;
}
.AnyTagClassName
{
color: #49230C;
}
</style>
background-color css
<style>
a { background-color: #49230C; }
a { background-color: rgb(73,35,12); }
div.DivClassName
{
background-color: #49230C;
}
.BgClassName
{
background-color: #49230C;
}
</style>
border-color css
<style>
span { border-color: #49230C; }
span { border-color: rgb(73,35,12); }
td.TdClassName
{
border-color: #49230C;
}
.TagClassName
{
border-color: #49230C;
}
</style>