Shades of Seal Brown #481818
Tints of Seal Brown #481818
RGB
CMYK
RGB Variations
Color information
#481818 (or 0x481818) is known color: Seal Brown. HEX triplet: 48, 18 and 18. RGB value is (72,24,24). Sum of RGB (Red+Green+Blue) = 72+24+24=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #481818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481818 is #B7E7E7. Grayscale: #262626. Windows color (decimal): -12052456 or 1579080. OLE color: 1579080.
HSL color Cylindrical-coordinate representation of color #481818: hue angle of 0º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #481818 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 24 | 24 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.72 |
| HSL | 0º | 0.5% | 0.19% | - |
| HSV(B) | 0º | 0.67% | 0.28% | - |
| XYZ | 3.16 | 2.1 | 1.1 | - |
| YUV | 38.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 24 | 0 | 0.67 | 0.67 | 0.72 | 0 | 0.5 | 0.19 |
| Hex | 48 | 18 | 18 | 0 | 43 | 43 | 48 | 0 | 32 | 13 |
| Octal | 110 | 30 | 30 | 0 | 103 | 103 | 110 | 0 | 62 | 23 |
| Binary | 1001000 | 11000 | 11000 | 0 | 1000011 | 1000011 | 1001000 | 0 | 110010 | 10011 |
Color Harmonies of #481818
Complementary color
Monochromatic Colors of #481818
Black with #481818
Text Example
Text Example
White with #481818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481818; }
p { color: rgb(72,24,24); }
H1.HeaderClassName
{
color: #481818;
}
.AnyTagClassName
{
color: #481818;
}
</style>
background-color css
<style>
a { background-color: #481818; }
a { background-color: rgb(72,24,24); }
div.DivClassName
{
background-color: #481818;
}
.BgClassName
{
background-color: #481818;
}
</style>
border-color css
<style>
span { border-color: #481818; }
span { border-color: rgb(72,24,24); }
td.TdClassName
{
border-color: #481818;
}
.TagClassName
{
border-color: #481818;
}
</style>