Shades of Brown Pod #48180B
Tints of Brown Pod #48180B
RGB
CMYK
RGB Variations
Color information
#48180B (or 0x48180B) is known color: Brown Pod. HEX triplet: 48, 18 and 0B. RGB value is (72,24,11). Sum of RGB (Red+Green+Blue) = 72+24+11=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #48180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48180B is #B7E7F4. Grayscale: #242424. Windows color (decimal): -12052469 or 727112. OLE color: 727112.
HSL color Cylindrical-coordinate representation of color #48180B: hue angle of 12.79º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48180B is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 24 | 11 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.72 |
| HSL | 12.79º | 0.73% | 0.16% | - |
| HSV(B) | 12.79º | 0.85% | 0.28% | - |
| XYZ | 3.06 | 2.06 | 0.55 | - |
| YUV | 36.87 | 113.4 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 11 | 0 | 0.67 | 0.85 | 0.72 | 12.79 | 0.73 | 0.16 |
| Hex | 48 | 18 | B | 0 | 43 | 55 | 48 | D | 49 | 10 |
| Octal | 110 | 30 | 13 | 0 | 103 | 125 | 110 | 15 | 111 | 20 |
| Binary | 1001000 | 11000 | 1011 | 0 | 1000011 | 1010101 | 1001000 | 1101 | 1001001 | 10000 |
Color Harmonies of #48180B
Complementary color
Monochromatic Colors of #48180B
Black with #48180B
Text Example
Text Example
White with #48180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48180B; }
p { color: rgb(72,24,11); }
H1.HeaderClassName
{
color: #48180B;
}
.AnyTagClassName
{
color: #48180B;
}
</style>
background-color css
<style>
a { background-color: #48180B; }
a { background-color: rgb(72,24,11); }
div.DivClassName
{
background-color: #48180B;
}
.BgClassName
{
background-color: #48180B;
}
</style>
border-color css
<style>
span { border-color: #48180B; }
span { border-color: rgb(72,24,11); }
td.TdClassName
{
border-color: #48180B;
}
.TagClassName
{
border-color: #48180B;
}
</style>