Shades of Seal Brown #480C01
Tints of Seal Brown #480C01
RGB
CMYK
RGB Variations
Color information
#480C01 (or 0x480C01) is known color: Seal Brown. HEX triplet: 48, 0C and 01. RGB value is (72,12,1). Sum of RGB (Red+Green+Blue) = 72+12+1=85 (11% of max value = 765). Red value is 72 (28.52% from 255 or 84.71% from 85); Green value is 12 (5.08% from 255 or 14.12% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 72 - color contains mainly: red. Hex color #480C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480C01 is #B7F3FE. Grayscale: #1C1C1C. Windows color (decimal): -12055551 or 68680. OLE color: 68680.
HSL color Cylindrical-coordinate representation of color #480C01: hue angle of 9.3º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480C01 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 12 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.72 |
| HSL | 9.3º | 0.97% | 0.14% | - |
| HSV(B) | 9.3º | 0.99% | 0.28% | - |
| XYZ | 2.81 | 1.64 | 0.2 | - |
| YUV | 28.69 | 112.38 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 12 | 1 | 0 | 0.83 | 0.99 | 0.72 | 9.3 | 0.97 | 0.14 |
| Hex | 48 | C | 1 | 0 | 53 | 63 | 48 | 9 | 61 | E |
| Octal | 110 | 14 | 1 | 0 | 123 | 143 | 110 | 11 | 141 | 16 |
| Binary | 1001000 | 1100 | 1 | 0 | 1010011 | 1100011 | 1001000 | 1001 | 1100001 | 1110 |
Color Harmonies of #480C01
Complementary color
Monochromatic Colors of #480C01
Black with #480C01
Text Example
Text Example
White with #480C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480C01; }
p { color: rgb(72,12,1); }
H1.HeaderClassName
{
color: #480C01;
}
.AnyTagClassName
{
color: #480C01;
}
</style>
background-color css
<style>
a { background-color: #480C01; }
a { background-color: rgb(72,12,1); }
div.DivClassName
{
background-color: #480C01;
}
.BgClassName
{
background-color: #480C01;
}
</style>
border-color css
<style>
span { border-color: #480C01; }
span { border-color: rgb(72,12,1); }
td.TdClassName
{
border-color: #480C01;
}
.TagClassName
{
border-color: #480C01;
}
</style>