Shades of Brown Pod #48160C
Tints of Brown Pod #48160C
RGB
CMYK
RGB Variations
Color information
#48160C (or 0x48160C) is known color: Brown Pod. HEX triplet: 48, 16 and 0C. RGB value is (72,22,12). Sum of RGB (Red+Green+Blue) = 72+22+12=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #48160C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48160C is #B7E9F3. Grayscale: #232323. Windows color (decimal): -12052980 or 792136. OLE color: 792136.
HSL color Cylindrical-coordinate representation of color #48160C: hue angle of 10º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48160C is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 22 | 12 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.72 |
| HSL | 10º | 0.71% | 0.16% | - |
| HSV(B) | 10º | 0.83% | 0.28% | - |
| XYZ | 3.03 | 1.98 | 0.57 | - |
| YUV | 35.81 | 114.57 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 12 | 0 | 0.69 | 0.83 | 0.72 | 10 | 0.71 | 0.16 |
| Hex | 48 | 16 | C | 0 | 45 | 53 | 48 | A | 47 | 10 |
| Octal | 110 | 26 | 14 | 0 | 105 | 123 | 110 | 12 | 107 | 20 |
| Binary | 1001000 | 10110 | 1100 | 0 | 1000101 | 1010011 | 1001000 | 1010 | 1000111 | 10000 |
Color Harmonies of #48160C
Complementary color
Monochromatic Colors of #48160C
Black with #48160C
Text Example
Text Example
White with #48160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48160C; }
p { color: rgb(72,22,12); }
H1.HeaderClassName
{
color: #48160C;
}
.AnyTagClassName
{
color: #48160C;
}
</style>
background-color css
<style>
a { background-color: #48160C; }
a { background-color: rgb(72,22,12); }
div.DivClassName
{
background-color: #48160C;
}
.BgClassName
{
background-color: #48160C;
}
</style>
border-color css
<style>
span { border-color: #48160C; }
span { border-color: rgb(72,22,12); }
td.TdClassName
{
border-color: #48160C;
}
.TagClassName
{
border-color: #48160C;
}
</style>