Shades of Seal Brown #32160F
Tints of Seal Brown #32160F
RGB
CMYK
RGB Variations
Color information
#32160F (or 0x32160F) is known color: Seal Brown. HEX triplet: 32, 16 and 0F. RGB value is (50,22,15). Sum of RGB (Red+Green+Blue) = 50+22+15=87 (11% of max value = 765). Red value is 50 (19.92% from 255 or 57.47% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 50 - color contains mainly: red. Hex color #32160F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32160F is #CDE9F0. Grayscale: #1D1D1D. Windows color (decimal): -13494769 or 988722. OLE color: 988722.
HSL color Cylindrical-coordinate representation of color #32160F: hue angle of 12º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32160F is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 22 | 15 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.80 |
| HSL | 12º | 0.54% | 0.13% | - |
| HSV(B) | 12º | 0.7% | 0.2% | - |
| XYZ | 1.69 | 1.29 | 0.61 | - |
| YUV | 29.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 15 | 0 | 0.56 | 0.70 | 0.80 | 12 | 0.54 | 0.13 |
| Hex | 32 | 16 | F | 0 | 38 | 46 | 50 | C | 36 | D |
| Octal | 62 | 26 | 17 | 0 | 70 | 106 | 120 | 14 | 66 | 15 |
| Binary | 110010 | 10110 | 1111 | 0 | 111000 | 1000110 | 1010000 | 1100 | 110110 | 1101 |
Color Harmonies of #32160F
Complementary color
Monochromatic Colors of #32160F
Black with #32160F
Text Example
Text Example
White with #32160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32160F; }
p { color: rgb(50,22,15); }
H1.HeaderClassName
{
color: #32160F;
}
.AnyTagClassName
{
color: #32160F;
}
</style>
background-color css
<style>
a { background-color: #32160F; }
a { background-color: rgb(50,22,15); }
div.DivClassName
{
background-color: #32160F;
}
.BgClassName
{
background-color: #32160F;
}
</style>
border-color css
<style>
span { border-color: #32160F; }
span { border-color: rgb(50,22,15); }
td.TdClassName
{
border-color: #32160F;
}
.TagClassName
{
border-color: #32160F;
}
</style>