Shades of Brown Pod #482411
Tints of Brown Pod #482411
RGB
CMYK
RGB Variations
Color information
#482411 (or 0x482411) is known color: Brown Pod. HEX triplet: 48, 24 and 11. RGB value is (72,36,17). Sum of RGB (Red+Green+Blue) = 72+36+17=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #482411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482411 is #B7DBEE. Grayscale: #2C2C2C. Windows color (decimal): -12049391 or 1123400. OLE color: 1123400.
HSL color Cylindrical-coordinate representation of color #482411: hue angle of 20.73º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482411 is Cyan = 0, Magento = 0.5, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 36 | 17 | - |
| CMYK | 0 | 0.5 | 0.76 | 0.72 |
| HSL | 20.73º | 0.62% | 0.17% | - |
| HSV(B) | 20.73º | 0.76% | 0.28% | - |
| XYZ | 3.4 | 2.68 | 0.87 | - |
| YUV | 44.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 17 | 0 | 0.5 | 0.76 | 0.72 | 20.73 | 0.62 | 0.17 |
| Hex | 48 | 24 | 11 | 0 | 32 | 4C | 48 | 15 | 3E | 11 |
| Octal | 110 | 44 | 21 | 0 | 62 | 114 | 110 | 25 | 76 | 21 |
| Binary | 1001000 | 100100 | 10001 | 0 | 110010 | 1001100 | 1001000 | 10101 | 111110 | 10001 |
Color Harmonies of #482411
Complementary color
Monochromatic Colors of #482411
Black with #482411
Text Example
Text Example
White with #482411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482411; }
p { color: rgb(72,36,17); }
H1.HeaderClassName
{
color: #482411;
}
.AnyTagClassName
{
color: #482411;
}
</style>
background-color css
<style>
a { background-color: #482411; }
a { background-color: rgb(72,36,17); }
div.DivClassName
{
background-color: #482411;
}
.BgClassName
{
background-color: #482411;
}
</style>
border-color css
<style>
span { border-color: #482411; }
span { border-color: rgb(72,36,17); }
td.TdClassName
{
border-color: #482411;
}
.TagClassName
{
border-color: #482411;
}
</style>