Shades of Seal Brown #500C01
Tints of Seal Brown #500C01
RGB
CMYK
RGB Variations
Color information
#500C01 (or 0x500C01) is known color: Seal Brown. HEX triplet: 50, 0C and 01. RGB value is (80,12,1). Sum of RGB (Red+Green+Blue) = 80+12+1=93 (12% of max value = 765). Red value is 80 (31.64% from 255 or 86.02% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 80 - color contains mainly: red. Hex color #500C01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500C01 is #AFF3FE. Grayscale: #1F1F1F. Windows color (decimal): -11531263 or 68688. OLE color: 68688.
HSL color Cylindrical-coordinate representation of color #500C01: hue angle of 8.35º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500C01 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 12 | 1 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.69 |
| HSL | 8.35º | 0.98% | 0.16% | - |
| HSV(B) | 8.35º | 0.99% | 0.31% | - |
| XYZ | 3.45 | 1.97 | 0.23 | - |
| YUV | 31.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 1 | 0 | 0.85 | 0.99 | 0.69 | 8.35 | 0.98 | 0.16 |
| Hex | 50 | C | 1 | 0 | 55 | 63 | 45 | 8 | 62 | 10 |
| Octal | 120 | 14 | 1 | 0 | 125 | 143 | 105 | 10 | 142 | 20 |
| Binary | 1010000 | 1100 | 1 | 0 | 1010101 | 1100011 | 1000101 | 1000 | 1100010 | 10000 |
Color Harmonies of #500C01
Complementary color
Monochromatic Colors of #500C01
Black with #500C01
Text Example
Text Example
White with #500C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500C01; }
p { color: rgb(80,12,1); }
H1.HeaderClassName
{
color: #500C01;
}
.AnyTagClassName
{
color: #500C01;
}
</style>
background-color css
<style>
a { background-color: #500C01; }
a { background-color: rgb(80,12,1); }
div.DivClassName
{
background-color: #500C01;
}
.BgClassName
{
background-color: #500C01;
}
</style>
border-color css
<style>
span { border-color: #500C01; }
span { border-color: rgb(80,12,1); }
td.TdClassName
{
border-color: #500C01;
}
.TagClassName
{
border-color: #500C01;
}
</style>