Shades of Seal Brown #480100
Tints of Seal Brown #480100
RGB
CMYK
RGB Variations
Color information
#480100 (or 0x480100) is known color: Seal Brown. HEX triplet: 48, 01 and 00. RGB value is (72,1,0). Sum of RGB (Red+Green+Blue) = 72+1+0=73 (9% of max value = 765). Red value is 72 (28.52% from 255 or 98.63% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 72 - color contains mainly: red. Hex color #480100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480100 is #B7FEFF. Grayscale: #161616. Windows color (decimal): -12058368 or 328. OLE color: 328.
HSL color Cylindrical-coordinate representation of color #480100: hue angle of 0.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.72 |
| HSL | 0.83º | 1% | 0.14% | - |
| HSV(B) | 0.83º | 1% | 0.28% | - |
| XYZ | 2.68 | 1.4 | 0.13 | - |
| YUV | 22.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 1 | 0 | 0 | 0.99 | 1 | 0.72 | 0.83 | 1 | 0.14 |
| Hex | 48 | 1 | 0 | 0 | 63 | 64 | 48 | 1 | 64 | E |
| Octal | 110 | 1 | 0 | 0 | 143 | 144 | 110 | 1 | 144 | 16 |
| Binary | 1001000 | 1 | 0 | 0 | 1100011 | 1100100 | 1001000 | 1 | 1100100 | 1110 |
Color Harmonies of #480100
Complementary color
Monochromatic Colors of #480100
Black with #480100
Text Example
Text Example
White with #480100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480100; }
p { color: rgb(72,1,0); }
H1.HeaderClassName
{
color: #480100;
}
.AnyTagClassName
{
color: #480100;
}
</style>
background-color css
<style>
a { background-color: #480100; }
a { background-color: rgb(72,1,0); }
div.DivClassName
{
background-color: #480100;
}
.BgClassName
{
background-color: #480100;
}
</style>
border-color css
<style>
span { border-color: #480100; }
span { border-color: rgb(72,1,0); }
td.TdClassName
{
border-color: #480100;
}
.TagClassName
{
border-color: #480100;
}
</style>