Shades of Seal Brown #201311
Tints of Seal Brown #201311
RGB
CMYK
RGB Variations
Color information
#201311 (or 0x201311) is known color: Seal Brown. HEX triplet: 20, 13 and 11. RGB value is (32,19,17). Sum of RGB (Red+Green+Blue) = 32+19+17=68 (9% of max value = 765). Red value is 32 (12.89% from 255 or 47.06% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 17 (7.03% from 255 or 25% from 68); Max value from RGB is 32 - color contains mainly: red. Hex color #201311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201311 is #DFECEE. Grayscale: #161616. Windows color (decimal): -14675183 or 1119008. OLE color: 1119008.
HSL color Cylindrical-coordinate representation of color #201311: hue angle of 8º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #201311 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 19 | 17 | - |
CMYK | 0 | 0.41 | 0.47 | 0.87 |
HSL | 8º | 0.31% | 0.1% | - |
HSV(B) | 8º | 0.47% | 0.13% | - |
XYZ | 0.93 | 0.81 | 0.64 | - |
YUV | 22.66 | 124.81 | 134.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 19 | 17 | 0 | 0.41 | 0.47 | 0.87 | 8 | 0.31 | 0.1 |
Hex | 20 | 13 | 11 | 0 | 29 | 2F | 57 | 8 | 1F | A |
Octal | 40 | 23 | 21 | 0 | 51 | 57 | 127 | 10 | 37 | 12 |
Binary | 100000 | 10011 | 10001 | 0 | 101001 | 101111 | 1010111 | 1000 | 11111 | 1010 |
Color Harmonies of #201311
Complementary color
Monochromatic Colors of #201311
Black with #201311
Text Example
Text Example
White with #201311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201311; }
p { color: rgb(32,19,17); }
H1.HeaderClassName
{
color: #201311;
}
.AnyTagClassName
{
color: #201311;
}
</style>
background-color css
<style>
a { background-color: #201311; }
a { background-color: rgb(32,19,17); }
div.DivClassName
{
background-color: #201311;
}
.BgClassName
{
background-color: #201311;
}
</style>
border-color css
<style>
span { border-color: #201311; }
span { border-color: rgb(32,19,17); }
td.TdClassName
{
border-color: #201311;
}
.TagClassName
{
border-color: #201311;
}
</style>