Shades of Seal Brown #201313
Tints of Seal Brown #201313
RGB
CMYK
RGB Variations
Color information
#201313 (or 0x201313) is known color: Seal Brown. HEX triplet: 20, 13 and 13. RGB value is (32,19,19). Sum of RGB (Red+Green+Blue) = 32+19+19=70 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.71% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 32 - color contains mainly: red. Hex color #201313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201313 is #DFECEC. Grayscale: #161616. Windows color (decimal): -14675181 or 1250080. OLE color: 1250080.
HSL color Cylindrical-coordinate representation of color #201313: hue angle of 0º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #201313 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 19 | 19 | - |
CMYK | 0 | 0.41 | 0.41 | 0.87 |
HSL | 0º | 0.25% | 0.1% | - |
HSV(B) | 0º | 0.41% | 0.13% | - |
XYZ | 0.95 | 0.82 | 0.72 | - |
YUV | 22.89 | 125.81 | 134.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 19 | 19 | 0 | 0.41 | 0.41 | 0.87 | 0 | 0.25 | 0.1 |
Hex | 20 | 13 | 13 | 0 | 29 | 29 | 57 | 0 | 19 | A |
Octal | 40 | 23 | 23 | 0 | 51 | 51 | 127 | 0 | 31 | 12 |
Binary | 100000 | 10011 | 10011 | 0 | 101001 | 101001 | 1010111 | 0 | 11001 | 1010 |
Color Harmonies of #201313
Complementary color
Monochromatic Colors of #201313
Black with #201313
Text Example
Text Example
White with #201313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201313; }
p { color: rgb(32,19,19); }
H1.HeaderClassName
{
color: #201313;
}
.AnyTagClassName
{
color: #201313;
}
</style>
background-color css
<style>
a { background-color: #201313; }
a { background-color: rgb(32,19,19); }
div.DivClassName
{
background-color: #201313;
}
.BgClassName
{
background-color: #201313;
}
</style>
border-color css
<style>
span { border-color: #201313; }
span { border-color: rgb(32,19,19); }
td.TdClassName
{
border-color: #201313;
}
.TagClassName
{
border-color: #201313;
}
</style>