Shades of Seal Brown #32160D
Tints of Seal Brown #32160D
RGB
CMYK
RGB Variations
Color information
#32160D (or 0x32160D) is known color: Seal Brown. HEX triplet: 32, 16 and 0D. RGB value is (50,22,13). Sum of RGB (Red+Green+Blue) = 50+22+13=85 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.82% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 50 - color contains mainly: red. Hex color #32160D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32160D is #CDE9F2. Grayscale: #1D1D1D. Windows color (decimal): -13494771 or 857650. OLE color: 857650.
HSL color Cylindrical-coordinate representation of color #32160D: hue angle of 14.59º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32160D is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 22 | 13 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.80 |
| HSL | 14.59º | 0.59% | 0.12% | - |
| HSV(B) | 14.59º | 0.74% | 0.2% | - |
| XYZ | 1.67 | 1.28 | 0.54 | - |
| YUV | 29.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 13 | 0 | 0.56 | 0.74 | 0.80 | 14.59 | 0.59 | 0.12 |
| Hex | 32 | 16 | D | 0 | 38 | 4A | 50 | F | 3B | C |
| Octal | 62 | 26 | 15 | 0 | 70 | 112 | 120 | 17 | 73 | 14 |
| Binary | 110010 | 10110 | 1101 | 0 | 111000 | 1001010 | 1010000 | 1111 | 111011 | 1100 |
Color Harmonies of #32160D
Complementary color
Monochromatic Colors of #32160D
Black with #32160D
Text Example
Text Example
White with #32160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32160D; }
p { color: rgb(50,22,13); }
H1.HeaderClassName
{
color: #32160D;
}
.AnyTagClassName
{
color: #32160D;
}
</style>
background-color css
<style>
a { background-color: #32160D; }
a { background-color: rgb(50,22,13); }
div.DivClassName
{
background-color: #32160D;
}
.BgClassName
{
background-color: #32160D;
}
</style>
border-color css
<style>
span { border-color: #32160D; }
span { border-color: rgb(50,22,13); }
td.TdClassName
{
border-color: #32160D;
}
.TagClassName
{
border-color: #32160D;
}
</style>