Shades of Brown Pod #481B15
Tints of Brown Pod #481B15
RGB
CMYK
RGB Variations
Color information
#481B15 (or 0x481B15) is known color: Brown Pod. HEX triplet: 48, 1B and 15. RGB value is (72,27,21). Sum of RGB (Red+Green+Blue) = 72+27+21=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #481B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B15 is #B7E4EA. Grayscale: #272727. Windows color (decimal): -12051691 or 1383240. OLE color: 1383240.
HSL color Cylindrical-coordinate representation of color #481B15: hue angle of 7.06º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481B15 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 27 | 21 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.72 |
| HSL | 7.06º | 0.55% | 0.18% | - |
| HSV(B) | 7.06º | 0.71% | 0.28% | - |
| XYZ | 3.2 | 2.22 | 0.97 | - |
| YUV | 39.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 21 | 0 | 0.62 | 0.71 | 0.72 | 7.06 | 0.55 | 0.18 |
| Hex | 48 | 1B | 15 | 0 | 3E | 47 | 48 | 7 | 37 | 12 |
| Octal | 110 | 33 | 25 | 0 | 76 | 107 | 110 | 7 | 67 | 22 |
| Binary | 1001000 | 11011 | 10101 | 0 | 111110 | 1000111 | 1001000 | 111 | 110111 | 10010 |
Color Harmonies of #481B15
Complementary color
Monochromatic Colors of #481B15
Black with #481B15
Text Example
Text Example
White with #481B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B15; }
p { color: rgb(72,27,21); }
H1.HeaderClassName
{
color: #481B15;
}
.AnyTagClassName
{
color: #481B15;
}
</style>
background-color css
<style>
a { background-color: #481B15; }
a { background-color: rgb(72,27,21); }
div.DivClassName
{
background-color: #481B15;
}
.BgClassName
{
background-color: #481B15;
}
</style>
border-color css
<style>
span { border-color: #481B15; }
span { border-color: rgb(72,27,21); }
td.TdClassName
{
border-color: #481B15;
}
.TagClassName
{
border-color: #481B15;
}
</style>