Shades of Brown Pod #481E17
Tints of Brown Pod #481E17
RGB
CMYK
RGB Variations
Color information
#481E17 (or 0x481E17) is known color: Brown Pod. HEX triplet: 48, 1E and 17. RGB value is (72,30,23). Sum of RGB (Red+Green+Blue) = 72+30+23=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #481E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481E17 is #B7E1E8. Grayscale: #292929. Windows color (decimal): -12050921 or 1515080. OLE color: 1515080.
HSL color Cylindrical-coordinate representation of color #481E17: hue angle of 8.57º 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 #481E17 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 30 | 23 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.72 |
| HSL | 8.57º | 0.52% | 0.19% | - |
| HSV(B) | 8.57º | 0.68% | 0.28% | - |
| XYZ | 3.29 | 2.37 | 1.09 | - |
| YUV | 41.76 | 117.41 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 23 | 0 | 0.58 | 0.68 | 0.72 | 8.57 | 0.52 | 0.19 |
| Hex | 48 | 1E | 17 | 0 | 3A | 44 | 48 | 9 | 34 | 13 |
| Octal | 110 | 36 | 27 | 0 | 72 | 104 | 110 | 11 | 64 | 23 |
| Binary | 1001000 | 11110 | 10111 | 0 | 111010 | 1000100 | 1001000 | 1001 | 110100 | 10011 |
Color Harmonies of #481E17
Complementary color
Monochromatic Colors of #481E17
Black with #481E17
Text Example
Text Example
White with #481E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E17; }
p { color: rgb(72,30,23); }
H1.HeaderClassName
{
color: #481E17;
}
.AnyTagClassName
{
color: #481E17;
}
</style>
background-color css
<style>
a { background-color: #481E17; }
a { background-color: rgb(72,30,23); }
div.DivClassName
{
background-color: #481E17;
}
.BgClassName
{
background-color: #481E17;
}
</style>
border-color css
<style>
span { border-color: #481E17; }
span { border-color: rgb(72,30,23); }
td.TdClassName
{
border-color: #481E17;
}
.TagClassName
{
border-color: #481E17;
}
</style>