Shades of Seal Brown #320D0B
Tints of Seal Brown #320D0B
RGB
CMYK
RGB Variations
Color information
#320D0B (or 0x320D0B) is known color: Seal Brown. HEX triplet: 32, 0D and 0B. RGB value is (50,13,11). Sum of RGB (Red+Green+Blue) = 50+13+11=74 (9% of max value = 765). Red value is 50 (19.92% from 255 or 67.57% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 50 - color contains mainly: red. Hex color #320D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320D0B is #CDF2F4. Grayscale: #171717. Windows color (decimal): -13497077 or 724274. OLE color: 724274.
HSL color Cylindrical-coordinate representation of color #320D0B: hue angle of 3.08º 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 #320D0B is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 13 | 11 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.80 |
| HSL | 3.08º | 0.64% | 0.12% | - |
| HSV(B) | 3.08º | 0.78% | 0.2% | - |
| XYZ | 1.52 | 0.99 | 0.43 | - |
| YUV | 23.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 11 | 0 | 0.74 | 0.78 | 0.80 | 3.08 | 0.64 | 0.12 |
| Hex | 32 | D | B | 0 | 4A | 4E | 50 | 3 | 40 | C |
| Octal | 62 | 15 | 13 | 0 | 112 | 116 | 120 | 3 | 100 | 14 |
| Binary | 110010 | 1101 | 1011 | 0 | 1001010 | 1001110 | 1010000 | 11 | 1000000 | 1100 |
Color Harmonies of #320D0B
Complementary color
Monochromatic Colors of #320D0B
Black with #320D0B
Text Example
Text Example
White with #320D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320D0B; }
p { color: rgb(50,13,11); }
H1.HeaderClassName
{
color: #320D0B;
}
.AnyTagClassName
{
color: #320D0B;
}
</style>
background-color css
<style>
a { background-color: #320D0B; }
a { background-color: rgb(50,13,11); }
div.DivClassName
{
background-color: #320D0B;
}
.BgClassName
{
background-color: #320D0B;
}
</style>
border-color css
<style>
span { border-color: #320D0B; }
span { border-color: rgb(50,13,11); }
td.TdClassName
{
border-color: #320D0B;
}
.TagClassName
{
border-color: #320D0B;
}
</style>