Shades of Seal Brown #32150D
Tints of Seal Brown #32150D
RGB
CMYK
RGB Variations
Color information
#32150D (or 0x32150D) is known color: Seal Brown. HEX triplet: 32, 15 and 0D. RGB value is (50,21,13). Sum of RGB (Red+Green+Blue) = 50+21+13=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #32150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32150D is #CDEAF2. Grayscale: #1C1C1C. Windows color (decimal): -13495027 or 857394. OLE color: 857394.
HSL color Cylindrical-coordinate representation of color #32150D: hue angle of 12.97º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32150D is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 21 | 13 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.80 |
| HSL | 12.97º | 0.59% | 0.12% | - |
| HSV(B) | 12.97º | 0.74% | 0.2% | - |
| XYZ | 1.66 | 1.24 | 0.53 | - |
| YUV | 28.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 13 | 0 | 0.58 | 0.74 | 0.80 | 12.97 | 0.59 | 0.12 |
| Hex | 32 | 15 | D | 0 | 3A | 4A | 50 | D | 3B | C |
| Octal | 62 | 25 | 15 | 0 | 72 | 112 | 120 | 15 | 73 | 14 |
| Binary | 110010 | 10101 | 1101 | 0 | 111010 | 1001010 | 1010000 | 1101 | 111011 | 1100 |
Color Harmonies of #32150D
Complementary color
Monochromatic Colors of #32150D
Black with #32150D
Text Example
Text Example
White with #32150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32150D; }
p { color: rgb(50,21,13); }
H1.HeaderClassName
{
color: #32150D;
}
.AnyTagClassName
{
color: #32150D;
}
</style>
background-color css
<style>
a { background-color: #32150D; }
a { background-color: rgb(50,21,13); }
div.DivClassName
{
background-color: #32150D;
}
.BgClassName
{
background-color: #32150D;
}
</style>
border-color css
<style>
span { border-color: #32150D; }
span { border-color: rgb(50,21,13); }
td.TdClassName
{
border-color: #32150D;
}
.TagClassName
{
border-color: #32150D;
}
</style>