Shades of Seal Brown #321713
Tints of Seal Brown #321713
RGB
CMYK
RGB Variations
Color information
#321713 (or 0x321713) is known color: Seal Brown. HEX triplet: 32, 17 and 13. RGB value is (50,23,19). Sum of RGB (Red+Green+Blue) = 50+23+19=92 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.35% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 50 - color contains mainly: red. Hex color #321713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321713 is #CDE8EC. Grayscale: #1E1E1E. Windows color (decimal): -13494509 or 1251122. OLE color: 1251122.
HSL color Cylindrical-coordinate representation of color #321713: hue angle of 7.74º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #321713 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 23 | 19 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.80 |
| HSL | 7.74º | 0.45% | 0.14% | - |
| HSV(B) | 7.74º | 0.62% | 0.2% | - |
| XYZ | 1.74 | 1.34 | 0.78 | - |
| YUV | 30.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 19 | 0 | 0.54 | 0.62 | 0.80 | 7.74 | 0.45 | 0.14 |
| Hex | 32 | 17 | 13 | 0 | 36 | 3E | 50 | 8 | 2D | E |
| Octal | 62 | 27 | 23 | 0 | 66 | 76 | 120 | 10 | 55 | 16 |
| Binary | 110010 | 10111 | 10011 | 0 | 110110 | 111110 | 1010000 | 1000 | 101101 | 1110 |
Color Harmonies of #321713
Complementary color
Monochromatic Colors of #321713
Black with #321713
Text Example
Text Example
White with #321713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321713; }
p { color: rgb(50,23,19); }
H1.HeaderClassName
{
color: #321713;
}
.AnyTagClassName
{
color: #321713;
}
</style>
background-color css
<style>
a { background-color: #321713; }
a { background-color: rgb(50,23,19); }
div.DivClassName
{
background-color: #321713;
}
.BgClassName
{
background-color: #321713;
}
</style>
border-color css
<style>
span { border-color: #321713; }
span { border-color: rgb(50,23,19); }
td.TdClassName
{
border-color: #321713;
}
.TagClassName
{
border-color: #321713;
}
</style>