Shades of Seal Brown #500702
Tints of Seal Brown #500702
RGB
CMYK
RGB Variations
Color information
#500702 (or 0x500702) is known color: Seal Brown. HEX triplet: 50, 07 and 02. RGB value is (80,7,2). Sum of RGB (Red+Green+Blue) = 80+7+2=89 (11% of max value = 765). Red value is 80 (31.64% from 255 or 89.89% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 80 - color contains mainly: red. Hex color #500702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500702 is #AFF8FD. Grayscale: #1C1C1C. Windows color (decimal): -11532542 or 132944. OLE color: 132944.
HSL color Cylindrical-coordinate representation of color #500702: hue angle of 3.85º 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 #500702 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 7 | 2 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.69 |
| HSL | 3.85º | 0.95% | 0.16% | - |
| HSV(B) | 3.85º | 0.98% | 0.31% | - |
| XYZ | 3.4 | 1.86 | 0.24 | - |
| YUV | 28.26 | 113.18 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 2 | 0 | 0.91 | 0.98 | 0.69 | 3.85 | 0.95 | 0.16 |
| Hex | 50 | 7 | 2 | 0 | 5B | 62 | 45 | 4 | 5F | 10 |
| Octal | 120 | 7 | 2 | 0 | 133 | 142 | 105 | 4 | 137 | 20 |
| Binary | 1010000 | 111 | 10 | 0 | 1011011 | 1100010 | 1000101 | 100 | 1011111 | 10000 |
Color Harmonies of #500702
Complementary color
Monochromatic Colors of #500702
Black with #500702
Text Example
Text Example
White with #500702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500702; }
p { color: rgb(80,7,2); }
H1.HeaderClassName
{
color: #500702;
}
.AnyTagClassName
{
color: #500702;
}
</style>
background-color css
<style>
a { background-color: #500702; }
a { background-color: rgb(80,7,2); }
div.DivClassName
{
background-color: #500702;
}
.BgClassName
{
background-color: #500702;
}
</style>
border-color css
<style>
span { border-color: #500702; }
span { border-color: rgb(80,7,2); }
td.TdClassName
{
border-color: #500702;
}
.TagClassName
{
border-color: #500702;
}
</style>