Shades of Seal Brown #32130B
Tints of Seal Brown #32130B
RGB
CMYK
RGB Variations
Color information
#32130B (or 0x32130B) is known color: Seal Brown. HEX triplet: 32, 13 and 0B. RGB value is (50,19,11). Sum of RGB (Red+Green+Blue) = 50+19+11=80 (10% of max value = 765). Red value is 50 (19.92% from 255 or 62.5% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 50 - color contains mainly: red. Hex color #32130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32130B is #CDECF4. Grayscale: #1B1B1B. Windows color (decimal): -13495541 or 725810. OLE color: 725810.
HSL color Cylindrical-coordinate representation of color #32130B: hue angle of 12.31º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32130B is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 19 | 11 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.80 |
| HSL | 12.31º | 0.64% | 0.12% | - |
| HSV(B) | 12.31º | 0.78% | 0.2% | - |
| XYZ | 1.61 | 1.17 | 0.46 | - |
| YUV | 27.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 11 | 0 | 0.62 | 0.78 | 0.80 | 12.31 | 0.64 | 0.12 |
| Hex | 32 | 13 | B | 0 | 3E | 4E | 50 | C | 40 | C |
| Octal | 62 | 23 | 13 | 0 | 76 | 116 | 120 | 14 | 100 | 14 |
| Binary | 110010 | 10011 | 1011 | 0 | 111110 | 1001110 | 1010000 | 1100 | 1000000 | 1100 |
Color Harmonies of #32130B
Complementary color
Monochromatic Colors of #32130B
Black with #32130B
Text Example
Text Example
White with #32130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32130B; }
p { color: rgb(50,19,11); }
H1.HeaderClassName
{
color: #32130B;
}
.AnyTagClassName
{
color: #32130B;
}
</style>
background-color css
<style>
a { background-color: #32130B; }
a { background-color: rgb(50,19,11); }
div.DivClassName
{
background-color: #32130B;
}
.BgClassName
{
background-color: #32130B;
}
</style>
border-color css
<style>
span { border-color: #32130B; }
span { border-color: rgb(50,19,11); }
td.TdClassName
{
border-color: #32130B;
}
.TagClassName
{
border-color: #32130B;
}
</style>