Shades of Seal Brown #32120E
Tints of Seal Brown #32120E
RGB
CMYK
RGB Variations
Color information
#32120E (or 0x32120E) is known color: Seal Brown. HEX triplet: 32, 12 and 0E. RGB value is (50,18,14). Sum of RGB (Red+Green+Blue) = 50+18+14=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #32120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32120E is #CDEDF1. Grayscale: #1B1B1B. Windows color (decimal): -13495794 or 922162. OLE color: 922162.
HSL color Cylindrical-coordinate representation of color #32120E: hue angle of 6.67º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32120E is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 18 | 14 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.80 |
| HSL | 6.67º | 0.56% | 0.13% | - |
| HSV(B) | 6.67º | 0.72% | 0.2% | - |
| XYZ | 1.61 | 1.14 | 0.55 | - |
| YUV | 27.11 | 120.6 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 14 | 0 | 0.64 | 0.72 | 0.80 | 6.67 | 0.56 | 0.13 |
| Hex | 32 | 12 | E | 0 | 40 | 48 | 50 | 7 | 38 | D |
| Octal | 62 | 22 | 16 | 0 | 100 | 110 | 120 | 7 | 70 | 15 |
| Binary | 110010 | 10010 | 1110 | 0 | 1000000 | 1001000 | 1010000 | 111 | 111000 | 1101 |
Color Harmonies of #32120E
Complementary color
Monochromatic Colors of #32120E
Black with #32120E
Text Example
Text Example
White with #32120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32120E; }
p { color: rgb(50,18,14); }
H1.HeaderClassName
{
color: #32120E;
}
.AnyTagClassName
{
color: #32120E;
}
</style>
background-color css
<style>
a { background-color: #32120E; }
a { background-color: rgb(50,18,14); }
div.DivClassName
{
background-color: #32120E;
}
.BgClassName
{
background-color: #32120E;
}
</style>
border-color css
<style>
span { border-color: #32120E; }
span { border-color: rgb(50,18,14); }
td.TdClassName
{
border-color: #32120E;
}
.TagClassName
{
border-color: #32120E;
}
</style>