Shades of Brown Pod #482017
Tints of Brown Pod #482017
RGB
CMYK
RGB Variations
Color information
#482017 (or 0x482017) is known color: Brown Pod. HEX triplet: 48, 20 and 17. RGB value is (72,32,23). Sum of RGB (Red+Green+Blue) = 72+32+23=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 23 (9.38% from 255 or 18.11% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #482017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482017 is #B7DFE8. Grayscale: #2B2B2B. Windows color (decimal): -12050409 or 1515592. OLE color: 1515592.
HSL color Cylindrical-coordinate representation of color #482017: hue angle of 11.02º 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 #482017 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 32 | 23 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.72 |
| HSL | 11.02º | 0.52% | 0.19% | - |
| HSV(B) | 11.02º | 0.68% | 0.28% | - |
| XYZ | 3.34 | 2.47 | 1.11 | - |
| YUV | 42.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 23 | 0 | 0.56 | 0.68 | 0.72 | 11.02 | 0.52 | 0.19 |
| Hex | 48 | 20 | 17 | 0 | 38 | 44 | 48 | B | 34 | 13 |
| Octal | 110 | 40 | 27 | 0 | 70 | 104 | 110 | 13 | 64 | 23 |
| Binary | 1001000 | 100000 | 10111 | 0 | 111000 | 1000100 | 1001000 | 1011 | 110100 | 10011 |
Color Harmonies of #482017
Complementary color
Monochromatic Colors of #482017
Black with #482017
Text Example
Text Example
White with #482017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482017; }
p { color: rgb(72,32,23); }
H1.HeaderClassName
{
color: #482017;
}
.AnyTagClassName
{
color: #482017;
}
</style>
background-color css
<style>
a { background-color: #482017; }
a { background-color: rgb(72,32,23); }
div.DivClassName
{
background-color: #482017;
}
.BgClassName
{
background-color: #482017;
}
</style>
border-color css
<style>
span { border-color: #482017; }
span { border-color: rgb(72,32,23); }
td.TdClassName
{
border-color: #482017;
}
.TagClassName
{
border-color: #482017;
}
</style>