Shades of Brown Pod #482113
Tints of Brown Pod #482113
RGB
CMYK
RGB Variations
Color information
#482113 (or 0x482113) is known color: Brown Pod. HEX triplet: 48, 21 and 13. RGB value is (72,33,19). Sum of RGB (Red+Green+Blue) = 72+33+19=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #482113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482113 is #B7DEEC. Grayscale: #2B2B2B. Windows color (decimal): -12050157 or 1253704. OLE color: 1253704.
HSL color Cylindrical-coordinate representation of color #482113: hue angle of 15.85º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #482113 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 33 | 19 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.72 |
| HSL | 15.85º | 0.58% | 0.18% | - |
| HSV(B) | 15.85º | 0.74% | 0.28% | - |
| XYZ | 3.33 | 2.51 | 0.93 | - |
| YUV | 43.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 19 | 0 | 0.54 | 0.74 | 0.72 | 15.85 | 0.58 | 0.18 |
| Hex | 48 | 21 | 13 | 0 | 36 | 4A | 48 | 10 | 3A | 12 |
| Octal | 110 | 41 | 23 | 0 | 66 | 112 | 110 | 20 | 72 | 22 |
| Binary | 1001000 | 100001 | 10011 | 0 | 110110 | 1001010 | 1001000 | 10000 | 111010 | 10010 |
Color Harmonies of #482113
Complementary color
Monochromatic Colors of #482113
Black with #482113
Text Example
Text Example
White with #482113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482113; }
p { color: rgb(72,33,19); }
H1.HeaderClassName
{
color: #482113;
}
.AnyTagClassName
{
color: #482113;
}
</style>
background-color css
<style>
a { background-color: #482113; }
a { background-color: rgb(72,33,19); }
div.DivClassName
{
background-color: #482113;
}
.BgClassName
{
background-color: #482113;
}
</style>
border-color css
<style>
span { border-color: #482113; }
span { border-color: rgb(72,33,19); }
td.TdClassName
{
border-color: #482113;
}
.TagClassName
{
border-color: #482113;
}
</style>