Shades of Brown Pod #48180C
Tints of Brown Pod #48180C
RGB
CMYK
RGB Variations
Color information
#48180C (or 0x48180C) is known color: Brown Pod. HEX triplet: 48, 18 and 0C. RGB value is (72,24,12). Sum of RGB (Red+Green+Blue) = 72+24+12=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #48180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48180C is #B7E7F3. Grayscale: #252525. Windows color (decimal): -12052468 or 792648. OLE color: 792648.
HSL color Cylindrical-coordinate representation of color #48180C: hue angle of 12º 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 #48180C is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 24 | 12 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.72 |
| HSL | 12º | 0.71% | 0.16% | - |
| HSV(B) | 12º | 0.83% | 0.28% | - |
| XYZ | 3.07 | 2.06 | 0.58 | - |
| YUV | 36.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 12 | 0 | 0.67 | 0.83 | 0.72 | 12 | 0.71 | 0.16 |
| Hex | 48 | 18 | C | 0 | 43 | 53 | 48 | C | 47 | 10 |
| Octal | 110 | 30 | 14 | 0 | 103 | 123 | 110 | 14 | 107 | 20 |
| Binary | 1001000 | 11000 | 1100 | 0 | 1000011 | 1010011 | 1001000 | 1100 | 1000111 | 10000 |
Color Harmonies of #48180C
Complementary color
Monochromatic Colors of #48180C
Black with #48180C
Text Example
Text Example
White with #48180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48180C; }
p { color: rgb(72,24,12); }
H1.HeaderClassName
{
color: #48180C;
}
.AnyTagClassName
{
color: #48180C;
}
</style>
background-color css
<style>
a { background-color: #48180C; }
a { background-color: rgb(72,24,12); }
div.DivClassName
{
background-color: #48180C;
}
.BgClassName
{
background-color: #48180C;
}
</style>
border-color css
<style>
span { border-color: #48180C; }
span { border-color: rgb(72,24,12); }
td.TdClassName
{
border-color: #48180C;
}
.TagClassName
{
border-color: #48180C;
}
</style>