Shades of Seal Brown #500A01
Tints of Seal Brown #500A01
RGB
CMYK
RGB Variations
Color information
#500A01 (or 0x500A01) is known color: Seal Brown. HEX triplet: 50, 0A and 01. RGB value is (80,10,1). Sum of RGB (Red+Green+Blue) = 80+10+1=91 (12% of max value = 765). Red value is 80 (31.64% from 255 or 87.91% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 80 - color contains mainly: red. Hex color #500A01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500A01 is #AFF5FE. Grayscale: #1E1E1E. Windows color (decimal): -11531775 or 68176. OLE color: 68176.
HSL color Cylindrical-coordinate representation of color #500A01: hue angle of 6.84º 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 #500A01 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 10 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.69 |
| HSL | 6.84º | 0.98% | 0.16% | - |
| HSV(B) | 6.84º | 0.99% | 0.31% | - |
| XYZ | 3.42 | 1.92 | 0.22 | - |
| YUV | 29.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 1 | 0 | 0.87 | 0.99 | 0.69 | 6.84 | 0.98 | 0.16 |
| Hex | 50 | A | 1 | 0 | 57 | 63 | 45 | 7 | 62 | 10 |
| Octal | 120 | 12 | 1 | 0 | 127 | 143 | 105 | 7 | 142 | 20 |
| Binary | 1010000 | 1010 | 1 | 0 | 1010111 | 1100011 | 1000101 | 111 | 1100010 | 10000 |
Color Harmonies of #500A01
Complementary color
Monochromatic Colors of #500A01
Black with #500A01
Text Example
Text Example
White with #500A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500A01; }
p { color: rgb(80,10,1); }
H1.HeaderClassName
{
color: #500A01;
}
.AnyTagClassName
{
color: #500A01;
}
</style>
background-color css
<style>
a { background-color: #500A01; }
a { background-color: rgb(80,10,1); }
div.DivClassName
{
background-color: #500A01;
}
.BgClassName
{
background-color: #500A01;
}
</style>
border-color css
<style>
span { border-color: #500A01; }
span { border-color: rgb(80,10,1); }
td.TdClassName
{
border-color: #500A01;
}
.TagClassName
{
border-color: #500A01;
}
</style>