Shades of Brown Pod #481C13
Tints of Brown Pod #481C13
RGB
CMYK
RGB Variations
Color information
#481C13 (or 0x481C13) is known color: Brown Pod. HEX triplet: 48, 1C and 13. RGB value is (72,28,19). Sum of RGB (Red+Green+Blue) = 72+28+19=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #481C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481C13 is #B7E3EC. Grayscale: #282828. Windows color (decimal): -12051437 or 1252424. OLE color: 1252424.
HSL color Cylindrical-coordinate representation of color #481C13: hue angle of 10.19º 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 #481C13 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 28 | 19 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.72 |
| HSL | 10.19º | 0.58% | 0.18% | - |
| HSV(B) | 10.19º | 0.74% | 0.28% | - |
| XYZ | 3.21 | 2.26 | 0.88 | - |
| YUV | 40.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 19 | 0 | 0.61 | 0.74 | 0.72 | 10.19 | 0.58 | 0.18 |
| Hex | 48 | 1C | 13 | 0 | 3D | 4A | 48 | A | 3A | 12 |
| Octal | 110 | 34 | 23 | 0 | 75 | 112 | 110 | 12 | 72 | 22 |
| Binary | 1001000 | 11100 | 10011 | 0 | 111101 | 1001010 | 1001000 | 1010 | 111010 | 10010 |
Color Harmonies of #481C13
Complementary color
Monochromatic Colors of #481C13
Black with #481C13
Text Example
Text Example
White with #481C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481C13; }
p { color: rgb(72,28,19); }
H1.HeaderClassName
{
color: #481C13;
}
.AnyTagClassName
{
color: #481C13;
}
</style>
background-color css
<style>
a { background-color: #481C13; }
a { background-color: rgb(72,28,19); }
div.DivClassName
{
background-color: #481C13;
}
.BgClassName
{
background-color: #481C13;
}
</style>
border-color css
<style>
span { border-color: #481C13; }
span { border-color: rgb(72,28,19); }
td.TdClassName
{
border-color: #481C13;
}
.TagClassName
{
border-color: #481C13;
}
</style>