Shades of Seal Brown #32110D
Tints of Seal Brown #32110D
RGB
CMYK
RGB Variations
Color information
#32110D (or 0x32110D) is known color: Seal Brown. HEX triplet: 32, 11 and 0D. RGB value is (50,17,13). Sum of RGB (Red+Green+Blue) = 50+17+13=80 (10% of max value = 765). Red value is 50 (19.92% from 255 or 62.5% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 50 - color contains mainly: red. Hex color #32110D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32110D is #CDEEF2. Grayscale: #1A1A1A. Windows color (decimal): -13496051 or 856370. OLE color: 856370.
HSL color Cylindrical-coordinate representation of color #32110D: hue angle of 6.49º 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 #32110D is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 17 | 13 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.80 |
| HSL | 6.49º | 0.59% | 0.12% | - |
| HSV(B) | 6.49º | 0.74% | 0.2% | - |
| XYZ | 1.59 | 1.11 | 0.51 | - |
| YUV | 26.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 13 | 0 | 0.66 | 0.74 | 0.80 | 6.49 | 0.59 | 0.12 |
| Hex | 32 | 11 | D | 0 | 42 | 4A | 50 | 6 | 3B | C |
| Octal | 62 | 21 | 15 | 0 | 102 | 112 | 120 | 6 | 73 | 14 |
| Binary | 110010 | 10001 | 1101 | 0 | 1000010 | 1001010 | 1010000 | 110 | 111011 | 1100 |
Color Harmonies of #32110D
Complementary color
Monochromatic Colors of #32110D
Black with #32110D
Text Example
Text Example
White with #32110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32110D; }
p { color: rgb(50,17,13); }
H1.HeaderClassName
{
color: #32110D;
}
.AnyTagClassName
{
color: #32110D;
}
</style>
background-color css
<style>
a { background-color: #32110D; }
a { background-color: rgb(50,17,13); }
div.DivClassName
{
background-color: #32110D;
}
.BgClassName
{
background-color: #32110D;
}
</style>
border-color css
<style>
span { border-color: #32110D; }
span { border-color: rgb(50,17,13); }
td.TdClassName
{
border-color: #32110D;
}
.TagClassName
{
border-color: #32110D;
}
</style>