Shades of Seal Brown #32100F
Tints of Seal Brown #32100F
RGB
CMYK
RGB Variations
Color information
#32100F (or 0x32100F) is known color: Seal Brown. HEX triplet: 32, 10 and 0F. RGB value is (50,16,15). Sum of RGB (Red+Green+Blue) = 50+16+15=81 (10% of max value = 765). Red value is 50 (19.92% from 255 or 61.73% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 50 - color contains mainly: red. Hex color #32100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32100F is #CDEFF0. Grayscale: #1A1A1A. Windows color (decimal): -13496305 or 987186. OLE color: 987186.
HSL color Cylindrical-coordinate representation of color #32100F: hue angle of 1.71º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32100F is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 16 | 15 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.80 |
| HSL | 1.71º | 0.54% | 0.13% | - |
| HSV(B) | 1.71º | 0.7% | 0.2% | - |
| XYZ | 1.59 | 1.08 | 0.58 | - |
| YUV | 26.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 15 | 0 | 0.68 | 0.70 | 0.80 | 1.71 | 0.54 | 0.13 |
| Hex | 32 | 10 | F | 0 | 44 | 46 | 50 | 2 | 36 | D |
| Octal | 62 | 20 | 17 | 0 | 104 | 106 | 120 | 2 | 66 | 15 |
| Binary | 110010 | 10000 | 1111 | 0 | 1000100 | 1000110 | 1010000 | 10 | 110110 | 1101 |
Color Harmonies of #32100F
Complementary color
Monochromatic Colors of #32100F
Black with #32100F
Text Example
Text Example
White with #32100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32100F; }
p { color: rgb(50,16,15); }
H1.HeaderClassName
{
color: #32100F;
}
.AnyTagClassName
{
color: #32100F;
}
</style>
background-color css
<style>
a { background-color: #32100F; }
a { background-color: rgb(50,16,15); }
div.DivClassName
{
background-color: #32100F;
}
.BgClassName
{
background-color: #32100F;
}
</style>
border-color css
<style>
span { border-color: #32100F; }
span { border-color: rgb(50,16,15); }
td.TdClassName
{
border-color: #32100F;
}
.TagClassName
{
border-color: #32100F;
}
</style>