Shades of Seal Brown #32150C
Tints of Seal Brown #32150C
RGB
CMYK
RGB Variations
Color information
#32150C (or 0x32150C) is known color: Seal Brown. HEX triplet: 32, 15 and 0C. RGB value is (50,21,12). Sum of RGB (Red+Green+Blue) = 50+21+12=83 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.24% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 50 - color contains mainly: red. Hex color #32150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32150C is #CDEAF3. Grayscale: #1C1C1C. Windows color (decimal): -13495028 or 791858. OLE color: 791858.
HSL color Cylindrical-coordinate representation of color #32150C: hue angle of 14.21º 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 #32150C is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 21 | 12 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.80 |
| HSL | 14.21º | 0.61% | 0.12% | - |
| HSV(B) | 14.21º | 0.76% | 0.2% | - |
| XYZ | 1.65 | 1.24 | 0.5 | - |
| YUV | 28.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 12 | 0 | 0.58 | 0.76 | 0.80 | 14.21 | 0.61 | 0.12 |
| Hex | 32 | 15 | C | 0 | 3A | 4C | 50 | E | 3D | C |
| Octal | 62 | 25 | 14 | 0 | 72 | 114 | 120 | 16 | 75 | 14 |
| Binary | 110010 | 10101 | 1100 | 0 | 111010 | 1001100 | 1010000 | 1110 | 111101 | 1100 |
Color Harmonies of #32150C
Complementary color
Monochromatic Colors of #32150C
Black with #32150C
Text Example
Text Example
White with #32150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32150C; }
p { color: rgb(50,21,12); }
H1.HeaderClassName
{
color: #32150C;
}
.AnyTagClassName
{
color: #32150C;
}
</style>
background-color css
<style>
a { background-color: #32150C; }
a { background-color: rgb(50,21,12); }
div.DivClassName
{
background-color: #32150C;
}
.BgClassName
{
background-color: #32150C;
}
</style>
border-color css
<style>
span { border-color: #32150C; }
span { border-color: rgb(50,21,12); }
td.TdClassName
{
border-color: #32150C;
}
.TagClassName
{
border-color: #32150C;
}
</style>