Shades of Seal Brown #500403
Tints of Seal Brown #500403
RGB
CMYK
RGB Variations
Color information
#500403 (or 0x500403) is known color: Seal Brown. HEX triplet: 50, 04 and 03. RGB value is (80,4,3). Sum of RGB (Red+Green+Blue) = 80+4+3=87 (11% of max value = 765). Red value is 80 (31.64% from 255 or 91.95% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 80 - color contains mainly: red. Hex color #500403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500403 is #AFFBFC. Grayscale: #1A1A1A. Windows color (decimal): -11533309 or 197712. OLE color: 197712.
HSL color Cylindrical-coordinate representation of color #500403: hue angle of 0.78º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500403 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 4 | 3 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.69 |
| HSL | 0.78º | 0.93% | 0.16% | - |
| HSV(B) | 0.78º | 0.96% | 0.31% | - |
| XYZ | 3.37 | 1.8 | 0.26 | - |
| YUV | 26.61 | 114.68 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 3 | 0 | 0.95 | 0.96 | 0.69 | 0.78 | 0.93 | 0.16 |
| Hex | 50 | 4 | 3 | 0 | 5F | 60 | 45 | 1 | 5D | 10 |
| Octal | 120 | 4 | 3 | 0 | 137 | 140 | 105 | 1 | 135 | 20 |
| Binary | 1010000 | 100 | 11 | 0 | 1011111 | 1100000 | 1000101 | 1 | 1011101 | 10000 |
Color Harmonies of #500403
Complementary color
Monochromatic Colors of #500403
Black with #500403
Text Example
Text Example
White with #500403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500403; }
p { color: rgb(80,4,3); }
H1.HeaderClassName
{
color: #500403;
}
.AnyTagClassName
{
color: #500403;
}
</style>
background-color css
<style>
a { background-color: #500403; }
a { background-color: rgb(80,4,3); }
div.DivClassName
{
background-color: #500403;
}
.BgClassName
{
background-color: #500403;
}
</style>
border-color css
<style>
span { border-color: #500403; }
span { border-color: rgb(80,4,3); }
td.TdClassName
{
border-color: #500403;
}
.TagClassName
{
border-color: #500403;
}
</style>