Shades of Seal Brown #201310
Tints of Seal Brown #201310
RGB
CMYK
RGB Variations
Color information
#201310 (or 0x201310) is known color: Seal Brown. HEX triplet: 20, 13 and 10. RGB value is (32,19,16). Sum of RGB (Red+Green+Blue) = 32+19+16=67 (8% of max value = 765). Red value is 32 (12.89% from 255 or 47.76% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 16 (6.64% from 255 or 23.88% from 67); Max value from RGB is 32 - color contains mainly: red. Hex color #201310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201310 is #DFECEF. Grayscale: #161616. Windows color (decimal): -14675184 or 1053472. OLE color: 1053472.
HSL color Cylindrical-coordinate representation of color #201310: hue angle of 11.25º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #201310 is Cyan = 0, Magento = 0.41, Yellow = 0.5 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 19 | 16 | - |
| CMYK | 0 | 0.41 | 0.5 | 0.87 |
| HSL | 11.25º | 0.33% | 0.09% | - |
| HSV(B) | 11.25º | 0.5% | 0.13% | - |
| XYZ | 0.92 | 0.81 | 0.6 | - |
| YUV | 22.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 16 | 0 | 0.41 | 0.5 | 0.87 | 11.25 | 0.33 | 0.09 |
| Hex | 20 | 13 | 10 | 0 | 29 | 32 | 57 | B | 21 | 9 |
| Octal | 40 | 23 | 20 | 0 | 51 | 62 | 127 | 13 | 41 | 11 |
| Binary | 100000 | 10011 | 10000 | 0 | 101001 | 110010 | 1010111 | 1011 | 100001 | 1001 |
Color Harmonies of #201310
Complementary color
Monochromatic Colors of #201310
Black with #201310
Text Example
Text Example
White with #201310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201310; }
p { color: rgb(32,19,16); }
H1.HeaderClassName
{
color: #201310;
}
.AnyTagClassName
{
color: #201310;
}
</style>
background-color css
<style>
a { background-color: #201310; }
a { background-color: rgb(32,19,16); }
div.DivClassName
{
background-color: #201310;
}
.BgClassName
{
background-color: #201310;
}
</style>
border-color css
<style>
span { border-color: #201310; }
span { border-color: rgb(32,19,16); }
td.TdClassName
{
border-color: #201310;
}
.TagClassName
{
border-color: #201310;
}
</style>