Shades of Seal Brown #32130D
Tints of Seal Brown #32130D
RGB
CMYK
RGB Variations
Color information
#32130D (or 0x32130D) is known color: Seal Brown. HEX triplet: 32, 13 and 0D. RGB value is (50,19,13). Sum of RGB (Red+Green+Blue) = 50+19+13=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #32130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32130D is #CDECF2. Grayscale: #1B1B1B. Windows color (decimal): -13495539 or 856882. OLE color: 856882.
HSL color Cylindrical-coordinate representation of color #32130D: hue angle of 9.73º 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 #32130D is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 19 | 13 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.80 |
| HSL | 9.73º | 0.59% | 0.12% | - |
| HSV(B) | 9.73º | 0.74% | 0.2% | - |
| XYZ | 1.62 | 1.17 | 0.52 | - |
| YUV | 27.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 13 | 0 | 0.62 | 0.74 | 0.80 | 9.73 | 0.59 | 0.12 |
| Hex | 32 | 13 | D | 0 | 3E | 4A | 50 | A | 3B | C |
| Octal | 62 | 23 | 15 | 0 | 76 | 112 | 120 | 12 | 73 | 14 |
| Binary | 110010 | 10011 | 1101 | 0 | 111110 | 1001010 | 1010000 | 1010 | 111011 | 1100 |
Color Harmonies of #32130D
Complementary color
Monochromatic Colors of #32130D
Black with #32130D
Text Example
Text Example
White with #32130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32130D; }
p { color: rgb(50,19,13); }
H1.HeaderClassName
{
color: #32130D;
}
.AnyTagClassName
{
color: #32130D;
}
</style>
background-color css
<style>
a { background-color: #32130D; }
a { background-color: rgb(50,19,13); }
div.DivClassName
{
background-color: #32130D;
}
.BgClassName
{
background-color: #32130D;
}
</style>
border-color css
<style>
span { border-color: #32130D; }
span { border-color: rgb(50,19,13); }
td.TdClassName
{
border-color: #32130D;
}
.TagClassName
{
border-color: #32130D;
}
</style>