Shades of Brown Pod #481C10
Tints of Brown Pod #481C10
RGB
CMYK
RGB Variations
Color information
#481C10 (or 0x481C10) is known color: Brown Pod. HEX triplet: 48, 1C and 10. RGB value is (72,28,16). Sum of RGB (Red+Green+Blue) = 72+28+16=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #481C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481C10 is #B7E3EF. Grayscale: #272727. Windows color (decimal): -12051440 or 1055816. OLE color: 1055816.
HSL color Cylindrical-coordinate representation of color #481C10: hue angle of 12.86º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481C10 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 28 | 16 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.72 |
| HSL | 12.86º | 0.64% | 0.17% | - |
| HSV(B) | 12.86º | 0.78% | 0.28% | - |
| XYZ | 3.18 | 2.25 | 0.76 | - |
| YUV | 39.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 16 | 0 | 0.61 | 0.78 | 0.72 | 12.86 | 0.64 | 0.17 |
| Hex | 48 | 1C | 10 | 0 | 3D | 4E | 48 | D | 40 | 11 |
| Octal | 110 | 34 | 20 | 0 | 75 | 116 | 110 | 15 | 100 | 21 |
| Binary | 1001000 | 11100 | 10000 | 0 | 111101 | 1001110 | 1001000 | 1101 | 1000000 | 10001 |
Color Harmonies of #481C10
Complementary color
Monochromatic Colors of #481C10
Black with #481C10
Text Example
Text Example
White with #481C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481C10; }
p { color: rgb(72,28,16); }
H1.HeaderClassName
{
color: #481C10;
}
.AnyTagClassName
{
color: #481C10;
}
</style>
background-color css
<style>
a { background-color: #481C10; }
a { background-color: rgb(72,28,16); }
div.DivClassName
{
background-color: #481C10;
}
.BgClassName
{
background-color: #481C10;
}
</style>
border-color css
<style>
span { border-color: #481C10; }
span { border-color: rgb(72,28,16); }
td.TdClassName
{
border-color: #481C10;
}
.TagClassName
{
border-color: #481C10;
}
</style>