Shades of Seal Brown #321712
Tints of Seal Brown #321712
RGB
CMYK
RGB Variations
Color information
#321712 (or 0x321712) is known color: Seal Brown. HEX triplet: 32, 17 and 12. RGB value is (50,23,18). Sum of RGB (Red+Green+Blue) = 50+23+18=91 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.95% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 50 - color contains mainly: red. Hex color #321712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321712 is #CDE8ED. Grayscale: #1E1E1E. Windows color (decimal): -13494510 or 1185586. OLE color: 1185586.
HSL color Cylindrical-coordinate representation of color #321712: hue angle of 9.38º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #321712 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 23 | 18 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.80 |
| HSL | 9.38º | 0.47% | 0.13% | - |
| HSV(B) | 9.38º | 0.64% | 0.2% | - |
| XYZ | 1.73 | 1.33 | 0.74 | - |
| YUV | 30.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 18 | 0 | 0.54 | 0.64 | 0.80 | 9.38 | 0.47 | 0.13 |
| Hex | 32 | 17 | 12 | 0 | 36 | 40 | 50 | 9 | 2F | D |
| Octal | 62 | 27 | 22 | 0 | 66 | 100 | 120 | 11 | 57 | 15 |
| Binary | 110010 | 10111 | 10010 | 0 | 110110 | 1000000 | 1010000 | 1001 | 101111 | 1101 |
Color Harmonies of #321712
Complementary color
Monochromatic Colors of #321712
Black with #321712
Text Example
Text Example
White with #321712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321712; }
p { color: rgb(50,23,18); }
H1.HeaderClassName
{
color: #321712;
}
.AnyTagClassName
{
color: #321712;
}
</style>
background-color css
<style>
a { background-color: #321712; }
a { background-color: rgb(50,23,18); }
div.DivClassName
{
background-color: #321712;
}
.BgClassName
{
background-color: #321712;
}
</style>
border-color css
<style>
span { border-color: #321712; }
span { border-color: rgb(50,23,18); }
td.TdClassName
{
border-color: #321712;
}
.TagClassName
{
border-color: #321712;
}
</style>