Shades of Brown Pod #482512
Tints of Brown Pod #482512
RGB
CMYK
RGB Variations
Color information
#482512 (or 0x482512) is known color: Brown Pod. HEX triplet: 48, 25 and 12. RGB value is (72,37,18). Sum of RGB (Red+Green+Blue) = 72+37+18=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #482512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482512 is #B7DAED. Grayscale: #2D2D2D. Windows color (decimal): -12049134 or 1189192. OLE color: 1189192.
HSL color Cylindrical-coordinate representation of color #482512: hue angle of 21.11º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482512 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 37 | 18 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.72 |
| HSL | 21.11º | 0.6% | 0.18% | - |
| HSV(B) | 21.11º | 0.75% | 0.28% | - |
| XYZ | 3.44 | 2.74 | 0.92 | - |
| YUV | 45.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 18 | 0 | 0.49 | 0.75 | 0.72 | 21.11 | 0.6 | 0.18 |
| Hex | 48 | 25 | 12 | 0 | 31 | 4B | 48 | 15 | 3C | 12 |
| Octal | 110 | 45 | 22 | 0 | 61 | 113 | 110 | 25 | 74 | 22 |
| Binary | 1001000 | 100101 | 10010 | 0 | 110001 | 1001011 | 1001000 | 10101 | 111100 | 10010 |
Color Harmonies of #482512
Complementary color
Monochromatic Colors of #482512
Black with #482512
Text Example
Text Example
White with #482512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482512; }
p { color: rgb(72,37,18); }
H1.HeaderClassName
{
color: #482512;
}
.AnyTagClassName
{
color: #482512;
}
</style>
background-color css
<style>
a { background-color: #482512; }
a { background-color: rgb(72,37,18); }
div.DivClassName
{
background-color: #482512;
}
.BgClassName
{
background-color: #482512;
}
</style>
border-color css
<style>
span { border-color: #482512; }
span { border-color: rgb(72,37,18); }
td.TdClassName
{
border-color: #482512;
}
.TagClassName
{
border-color: #482512;
}
</style>