Shades of Seal Brown #321010
Tints of Seal Brown #321010
RGB
CMYK
RGB Variations
Color information
#321010 (or 0x321010) is known color: Seal Brown. HEX triplet: 32, 10 and 10. RGB value is (50,16,16). Sum of RGB (Red+Green+Blue) = 50+16+16=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #321010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321010 is #CDEFEF. Grayscale: #1A1A1A. Windows color (decimal): -13496304 or 1052722. OLE color: 1052722.
HSL color Cylindrical-coordinate representation of color #321010: hue angle of 0º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #321010 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 16 | 16 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.80 |
| HSL | 0º | 0.52% | 0.13% | - |
| HSV(B) | 0º | 0.68% | 0.2% | - |
| XYZ | 1.59 | 1.09 | 0.62 | - |
| YUV | 26.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 16 | 0 | 0.68 | 0.68 | 0.80 | 0 | 0.52 | 0.13 |
| Hex | 32 | 10 | 10 | 0 | 44 | 44 | 50 | 0 | 34 | D |
| Octal | 62 | 20 | 20 | 0 | 104 | 104 | 120 | 0 | 64 | 15 |
| Binary | 110010 | 10000 | 10000 | 0 | 1000100 | 1000100 | 1010000 | 0 | 110100 | 1101 |
Color Harmonies of #321010
Complementary color
Monochromatic Colors of #321010
Black with #321010
Text Example
Text Example
White with #321010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321010; }
p { color: rgb(50,16,16); }
H1.HeaderClassName
{
color: #321010;
}
.AnyTagClassName
{
color: #321010;
}
</style>
background-color css
<style>
a { background-color: #321010; }
a { background-color: rgb(50,16,16); }
div.DivClassName
{
background-color: #321010;
}
.BgClassName
{
background-color: #321010;
}
</style>
border-color css
<style>
span { border-color: #321010; }
span { border-color: rgb(50,16,16); }
td.TdClassName
{
border-color: #321010;
}
.TagClassName
{
border-color: #321010;
}
</style>