Shades of Brown Pod #481C17
Tints of Brown Pod #481C17
RGB
CMYK
RGB Variations
Color information
#481C17 (or 0x481C17) is known color: Brown Pod. HEX triplet: 48, 1C and 17. RGB value is (72,28,23). Sum of RGB (Red+Green+Blue) = 72+28+23=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #481C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481C17 is #B7E3E8. Grayscale: #282828. Windows color (decimal): -12051433 or 1514568. OLE color: 1514568.
HSL color Cylindrical-coordinate representation of color #481C17: hue angle of 6.12º 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 #481C17 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 28 | 23 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.72 |
| HSL | 6.12º | 0.52% | 0.19% | - |
| HSV(B) | 6.12º | 0.68% | 0.28% | - |
| XYZ | 3.24 | 2.27 | 1.08 | - |
| YUV | 40.59 | 118.08 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 23 | 0 | 0.61 | 0.68 | 0.72 | 6.12 | 0.52 | 0.19 |
| Hex | 48 | 1C | 17 | 0 | 3D | 44 | 48 | 6 | 34 | 13 |
| Octal | 110 | 34 | 27 | 0 | 75 | 104 | 110 | 6 | 64 | 23 |
| Binary | 1001000 | 11100 | 10111 | 0 | 111101 | 1000100 | 1001000 | 110 | 110100 | 10011 |
Color Harmonies of #481C17
Complementary color
Monochromatic Colors of #481C17
Black with #481C17
Text Example
Text Example
White with #481C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481C17; }
p { color: rgb(72,28,23); }
H1.HeaderClassName
{
color: #481C17;
}
.AnyTagClassName
{
color: #481C17;
}
</style>
background-color css
<style>
a { background-color: #481C17; }
a { background-color: rgb(72,28,23); }
div.DivClassName
{
background-color: #481C17;
}
.BgClassName
{
background-color: #481C17;
}
</style>
border-color css
<style>
span { border-color: #481C17; }
span { border-color: rgb(72,28,23); }
td.TdClassName
{
border-color: #481C17;
}
.TagClassName
{
border-color: #481C17;
}
</style>