Shades of Seal Brown #320D00
Tints of Seal Brown #320D00
RGB
CMYK
RGB Variations
Color information
#320D00 (or 0x320D00) is known color: Seal Brown. HEX triplet: 32, 0D and 00. RGB value is (50,13,0). Sum of RGB (Red+Green+Blue) = 50+13+0=63 (8% of max value = 765). Red value is 50 (19.92% from 255 or 79.37% from 63); Green value is 13 (5.47% from 255 or 20.63% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 50 - color contains mainly: red. Hex color #320D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320D00 is #CDF2FF. Grayscale: #161616. Windows color (decimal): -13497088 or 3378. OLE color: 3378.
HSL color Cylindrical-coordinate representation of color #320D00: hue angle of 15.6º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320D00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 13 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.80 |
| HSL | 15.6º | 1% | 0.1% | - |
| HSV(B) | 15.6º | 1% | 0.2% | - |
| XYZ | 1.46 | 0.97 | 0.11 | - |
| YUV | 22.58 | 115.26 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 0 | 0 | 0.74 | 1 | 0.80 | 15.6 | 1 | 0.1 |
| Hex | 32 | D | 0 | 0 | 4A | 64 | 50 | 10 | 64 | A |
| Octal | 62 | 15 | 0 | 0 | 112 | 144 | 120 | 20 | 144 | 12 |
| Binary | 110010 | 1101 | 0 | 0 | 1001010 | 1100100 | 1010000 | 10000 | 1100100 | 1010 |
Color Harmonies of #320D00
Complementary color
Monochromatic Colors of #320D00
Black with #320D00
Text Example
Text Example
White with #320D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320D00; }
p { color: rgb(50,13,0); }
H1.HeaderClassName
{
color: #320D00;
}
.AnyTagClassName
{
color: #320D00;
}
</style>
background-color css
<style>
a { background-color: #320D00; }
a { background-color: rgb(50,13,0); }
div.DivClassName
{
background-color: #320D00;
}
.BgClassName
{
background-color: #320D00;
}
</style>
border-color css
<style>
span { border-color: #320D00; }
span { border-color: rgb(50,13,0); }
td.TdClassName
{
border-color: #320D00;
}
.TagClassName
{
border-color: #320D00;
}
</style>