Shades of Seal Brown #32120C
Tints of Seal Brown #32120C
RGB
CMYK
RGB Variations
Color information
#32120C (or 0x32120C) is known color: Seal Brown. HEX triplet: 32, 12 and 0C. RGB value is (50,18,12). Sum of RGB (Red+Green+Blue) = 50+18+12=80 (10% of max value = 765). Red value is 50 (19.92% from 255 or 62.5% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 50 - color contains mainly: red. Hex color #32120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32120C is #CDEDF3. Grayscale: #1A1A1A. Windows color (decimal): -13495796 or 791090. OLE color: 791090.
HSL color Cylindrical-coordinate representation of color #32120C: hue angle of 9.47º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32120C is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 18 | 12 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.80 |
| HSL | 9.47º | 0.61% | 0.12% | - |
| HSV(B) | 9.47º | 0.76% | 0.2% | - |
| XYZ | 1.6 | 1.14 | 0.48 | - |
| YUV | 26.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 12 | 0 | 0.64 | 0.76 | 0.80 | 9.47 | 0.61 | 0.12 |
| Hex | 32 | 12 | C | 0 | 40 | 4C | 50 | 9 | 3D | C |
| Octal | 62 | 22 | 14 | 0 | 100 | 114 | 120 | 11 | 75 | 14 |
| Binary | 110010 | 10010 | 1100 | 0 | 1000000 | 1001100 | 1010000 | 1001 | 111101 | 1100 |
Color Harmonies of #32120C
Complementary color
Monochromatic Colors of #32120C
Black with #32120C
Text Example
Text Example
White with #32120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32120C; }
p { color: rgb(50,18,12); }
H1.HeaderClassName
{
color: #32120C;
}
.AnyTagClassName
{
color: #32120C;
}
</style>
background-color css
<style>
a { background-color: #32120C; }
a { background-color: rgb(50,18,12); }
div.DivClassName
{
background-color: #32120C;
}
.BgClassName
{
background-color: #32120C;
}
</style>
border-color css
<style>
span { border-color: #32120C; }
span { border-color: rgb(50,18,12); }
td.TdClassName
{
border-color: #32120C;
}
.TagClassName
{
border-color: #32120C;
}
</style>