Shades of Seal Brown #530201
Tints of Seal Brown #530201
RGB
CMYK
RGB Variations
Color information
#530201 (or 0x530201) is known color: Seal Brown. HEX triplet: 53, 02 and 01. RGB value is (83,2,1). Sum of RGB (Red+Green+Blue) = 83+2+1=86 (11% of max value = 765). Red value is 83 (32.81% from 255 or 96.51% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 83 - color contains mainly: red. Hex color #530201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530201 is #ACFDFE. Grayscale: #1A1A1A. Windows color (decimal): -11337215 or 66131. OLE color: 66131.
HSL color Cylindrical-coordinate representation of color #530201: hue angle of 0.73º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530201 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 2 | 1 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.67 |
| HSL | 0.73º | 0.98% | 0.16% | - |
| HSV(B) | 0.73º | 0.99% | 0.33% | - |
| XYZ | 3.59 | 1.88 | 0.2 | - |
| YUV | 26.11 | 113.84 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 1 | 0 | 0.98 | 0.99 | 0.67 | 0.73 | 0.98 | 0.16 |
| Hex | 53 | 2 | 1 | 0 | 62 | 63 | 43 | 1 | 62 | 10 |
| Octal | 123 | 2 | 1 | 0 | 142 | 143 | 103 | 1 | 142 | 20 |
| Binary | 1010011 | 10 | 1 | 0 | 1100010 | 1100011 | 1000011 | 1 | 1100010 | 10000 |
Color Harmonies of #530201
Complementary color
Monochromatic Colors of #530201
Black with #530201
Text Example
Text Example
White with #530201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530201; }
p { color: rgb(83,2,1); }
H1.HeaderClassName
{
color: #530201;
}
.AnyTagClassName
{
color: #530201;
}
</style>
background-color css
<style>
a { background-color: #530201; }
a { background-color: rgb(83,2,1); }
div.DivClassName
{
background-color: #530201;
}
.BgClassName
{
background-color: #530201;
}
</style>
border-color css
<style>
span { border-color: #530201; }
span { border-color: rgb(83,2,1); }
td.TdClassName
{
border-color: #530201;
}
.TagClassName
{
border-color: #530201;
}
</style>