Shades of Seal Brown #500502
Tints of Seal Brown #500502
RGB
CMYK
RGB Variations
Color information
#500502 (or 0x500502) is known color: Seal Brown. HEX triplet: 50, 05 and 02. RGB value is (80,5,2). Sum of RGB (Red+Green+Blue) = 80+5+2=87 (11% of max value = 765). Red value is 80 (31.64% from 255 or 91.95% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 80 - color contains mainly: red. Hex color #500502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500502 is #AFFAFD. Grayscale: #1B1B1B. Windows color (decimal): -11533054 or 132432. OLE color: 132432.
HSL color Cylindrical-coordinate representation of color #500502: hue angle of 2.31º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500502 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 2 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.69 |
| HSL | 2.31º | 0.95% | 0.16% | - |
| HSV(B) | 2.31º | 0.98% | 0.31% | - |
| XYZ | 3.37 | 1.82 | 0.23 | - |
| YUV | 27.08 | 113.85 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 2 | 0 | 0.94 | 0.98 | 0.69 | 2.31 | 0.95 | 0.16 |
| Hex | 50 | 5 | 2 | 0 | 5E | 62 | 45 | 2 | 5F | 10 |
| Octal | 120 | 5 | 2 | 0 | 136 | 142 | 105 | 2 | 137 | 20 |
| Binary | 1010000 | 101 | 10 | 0 | 1011110 | 1100010 | 1000101 | 10 | 1011111 | 10000 |
Color Harmonies of #500502
Complementary color
Monochromatic Colors of #500502
Black with #500502
Text Example
Text Example
White with #500502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500502; }
p { color: rgb(80,5,2); }
H1.HeaderClassName
{
color: #500502;
}
.AnyTagClassName
{
color: #500502;
}
</style>
background-color css
<style>
a { background-color: #500502; }
a { background-color: rgb(80,5,2); }
div.DivClassName
{
background-color: #500502;
}
.BgClassName
{
background-color: #500502;
}
</style>
border-color css
<style>
span { border-color: #500502; }
span { border-color: rgb(80,5,2); }
td.TdClassName
{
border-color: #500502;
}
.TagClassName
{
border-color: #500502;
}
</style>