Shades of Seal Brown #201010
Tints of Seal Brown #201010
RGB
CMYK
RGB Variations
Color information
#201010 (or 0x201010) is known color: Seal Brown. HEX triplet: 20, 10 and 10. RGB value is (32,16,16). Sum of RGB (Red+Green+Blue) = 32+16+16=64 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 16 (6.64% from 255 or 25% from 64); Max value from RGB is 32 - color contains mainly: red. Hex color #201010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201010 is #DFEFEF. Grayscale: #141414. Windows color (decimal): -14675952 or 1052704. OLE color: 1052704.
HSL color Cylindrical-coordinate representation of color #201010: hue angle of 0º 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 #201010 is Cyan = 0, Magento = 0.5, Yellow = 0.5 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 16 | 16 | - |
CMYK | 0 | 0.5 | 0.5 | 0.87 |
HSL | 0º | 0.33% | 0.09% | - |
HSV(B) | 0º | 0.5% | 0.13% | - |
XYZ | 0.87 | 0.72 | 0.58 | - |
YUV | 20.78 | 125.3 | 136 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 16 | 16 | 0 | 0.5 | 0.5 | 0.87 | 0 | 0.33 | 0.09 |
Hex | 20 | 10 | 10 | 0 | 32 | 32 | 57 | 0 | 21 | 9 |
Octal | 40 | 20 | 20 | 0 | 62 | 62 | 127 | 0 | 41 | 11 |
Binary | 100000 | 10000 | 10000 | 0 | 110010 | 110010 | 1010111 | 0 | 100001 | 1001 |
Color Harmonies of #201010
Complementary color
Monochromatic Colors of #201010
Black with #201010
Text Example
Text Example
White with #201010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201010; }
p { color: rgb(32,16,16); }
H1.HeaderClassName
{
color: #201010;
}
.AnyTagClassName
{
color: #201010;
}
</style>
background-color css
<style>
a { background-color: #201010; }
a { background-color: rgb(32,16,16); }
div.DivClassName
{
background-color: #201010;
}
.BgClassName
{
background-color: #201010;
}
</style>
border-color css
<style>
span { border-color: #201010; }
span { border-color: rgb(32,16,16); }
td.TdClassName
{
border-color: #201010;
}
.TagClassName
{
border-color: #201010;
}
</style>