Shades of Brown Pod #482117
Tints of Brown Pod #482117
RGB
CMYK
RGB Variations
Color information
#482117 (or 0x482117) is known color: Brown Pod. HEX triplet: 48, 21 and 17. RGB value is (72,33,23). Sum of RGB (Red+Green+Blue) = 72+33+23=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #482117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482117 is #B7DEE8. Grayscale: #2B2B2B. Windows color (decimal): -12050153 or 1515848. OLE color: 1515848.
HSL color Cylindrical-coordinate representation of color #482117: hue angle of 12.24º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #482117 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 33 | 23 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.72 |
| HSL | 12.24º | 0.52% | 0.19% | - |
| HSV(B) | 12.24º | 0.68% | 0.28% | - |
| XYZ | 3.37 | 2.53 | 1.12 | - |
| YUV | 43.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 23 | 0 | 0.54 | 0.68 | 0.72 | 12.24 | 0.52 | 0.19 |
| Hex | 48 | 21 | 17 | 0 | 36 | 44 | 48 | C | 34 | 13 |
| Octal | 110 | 41 | 27 | 0 | 66 | 104 | 110 | 14 | 64 | 23 |
| Binary | 1001000 | 100001 | 10111 | 0 | 110110 | 1000100 | 1001000 | 1100 | 110100 | 10011 |
Color Harmonies of #482117
Complementary color
Monochromatic Colors of #482117
Black with #482117
Text Example
Text Example
White with #482117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482117; }
p { color: rgb(72,33,23); }
H1.HeaderClassName
{
color: #482117;
}
.AnyTagClassName
{
color: #482117;
}
</style>
background-color css
<style>
a { background-color: #482117; }
a { background-color: rgb(72,33,23); }
div.DivClassName
{
background-color: #482117;
}
.BgClassName
{
background-color: #482117;
}
</style>
border-color css
<style>
span { border-color: #482117; }
span { border-color: rgb(72,33,23); }
td.TdClassName
{
border-color: #482117;
}
.TagClassName
{
border-color: #482117;
}
</style>