Shades of Seal Brown #320D06
Tints of Seal Brown #320D06
RGB
CMYK
RGB Variations
Color information
#320D06 (or 0x320D06) is known color: Seal Brown. HEX triplet: 32, 0D and 06. RGB value is (50,13,6). Sum of RGB (Red+Green+Blue) = 50+13+6=69 (9% of max value = 765). Red value is 50 (19.92% from 255 or 72.46% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 50 - color contains mainly: red. Hex color #320D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320D06 is #CDF2F9. Grayscale: #171717. Windows color (decimal): -13497082 or 396594. OLE color: 396594.
HSL color Cylindrical-coordinate representation of color #320D06: hue angle of 9.55º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #320D06 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 13 | 6 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.80 |
| HSL | 9.55º | 0.79% | 0.11% | - |
| HSV(B) | 9.55º | 0.88% | 0.2% | - |
| XYZ | 1.49 | 0.98 | 0.28 | - |
| YUV | 23.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 6 | 0 | 0.74 | 0.88 | 0.80 | 9.55 | 0.79 | 0.11 |
| Hex | 32 | D | 6 | 0 | 4A | 58 | 50 | A | 4F | B |
| Octal | 62 | 15 | 6 | 0 | 112 | 130 | 120 | 12 | 117 | 13 |
| Binary | 110010 | 1101 | 110 | 0 | 1001010 | 1011000 | 1010000 | 1010 | 1001111 | 1011 |
Color Harmonies of #320D06
Complementary color
Monochromatic Colors of #320D06
Black with #320D06
Text Example
Text Example
White with #320D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320D06; }
p { color: rgb(50,13,6); }
H1.HeaderClassName
{
color: #320D06;
}
.AnyTagClassName
{
color: #320D06;
}
</style>
background-color css
<style>
a { background-color: #320D06; }
a { background-color: rgb(50,13,6); }
div.DivClassName
{
background-color: #320D06;
}
.BgClassName
{
background-color: #320D06;
}
</style>
border-color css
<style>
span { border-color: #320D06; }
span { border-color: rgb(50,13,6); }
td.TdClassName
{
border-color: #320D06;
}
.TagClassName
{
border-color: #320D06;
}
</style>