Shades of Seal Brown #32100C
Tints of Seal Brown #32100C
RGB
CMYK
RGB Variations
Color information
#32100C (or 0x32100C) is known color: Seal Brown. HEX triplet: 32, 10 and 0C. RGB value is (50,16,12). Sum of RGB (Red+Green+Blue) = 50+16+12=78 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.10% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 50 - color contains mainly: red. Hex color #32100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32100C is #CDEFF3. Grayscale: #191919. Windows color (decimal): -13496308 or 790578. OLE color: 790578.
HSL color Cylindrical-coordinate representation of color #32100C: hue angle of 6.32º 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 #32100C is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 16 | 12 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.80 |
| HSL | 6.32º | 0.61% | 0.12% | - |
| HSV(B) | 6.32º | 0.76% | 0.2% | - |
| XYZ | 1.57 | 1.08 | 0.47 | - |
| YUV | 25.71 | 120.26 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 12 | 0 | 0.68 | 0.76 | 0.80 | 6.32 | 0.61 | 0.12 |
| Hex | 32 | 10 | C | 0 | 44 | 4C | 50 | 6 | 3D | C |
| Octal | 62 | 20 | 14 | 0 | 104 | 114 | 120 | 6 | 75 | 14 |
| Binary | 110010 | 10000 | 1100 | 0 | 1000100 | 1001100 | 1010000 | 110 | 111101 | 1100 |
Color Harmonies of #32100C
Complementary color
Monochromatic Colors of #32100C
Black with #32100C
Text Example
Text Example
White with #32100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32100C; }
p { color: rgb(50,16,12); }
H1.HeaderClassName
{
color: #32100C;
}
.AnyTagClassName
{
color: #32100C;
}
</style>
background-color css
<style>
a { background-color: #32100C; }
a { background-color: rgb(50,16,12); }
div.DivClassName
{
background-color: #32100C;
}
.BgClassName
{
background-color: #32100C;
}
</style>
border-color css
<style>
span { border-color: #32100C; }
span { border-color: rgb(50,16,12); }
td.TdClassName
{
border-color: #32100C;
}
.TagClassName
{
border-color: #32100C;
}
</style>