Shades of Seal Brown #331206
Tints of Seal Brown #331206
RGB
CMYK
RGB Variations
Color information
#331206 (or 0x331206) is known color: Seal Brown. HEX triplet: 33, 12 and 06. RGB value is (51,18,6). Sum of RGB (Red+Green+Blue) = 51+18+6=75 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 6 (2.73% from 255 or 8% from 75); Max value from RGB is 51 - color contains mainly: red. Hex color #331206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331206 is #CCEDF9. Grayscale: #1A1A1A. Windows color (decimal): -13430266 or 397875. OLE color: 397875.
HSL color Cylindrical-coordinate representation of color #331206: hue angle of 16º 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 #331206 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 18 | 6 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.8 |
| HSL | 16º | 0.79% | 0.11% | - |
| HSV(B) | 16º | 0.88% | 0.2% | - |
| XYZ | 1.61 | 1.15 | 0.31 | - |
| YUV | 26.5 | 116.43 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 6 | 0 | 0.65 | 0.88 | 0.8 | 16 | 0.79 | 0.11 |
| Hex | 33 | 12 | 6 | 0 | 41 | 58 | 50 | 10 | 4F | B |
| Octal | 63 | 22 | 6 | 0 | 101 | 130 | 120 | 20 | 117 | 13 |
| Binary | 110011 | 10010 | 110 | 0 | 1000001 | 1011000 | 1010000 | 10000 | 1001111 | 1011 |
Color Harmonies of #331206
Complementary color
Monochromatic Colors of #331206
Black with #331206
Text Example
Text Example
White with #331206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331206; }
p { color: rgb(51,18,6); }
H1.HeaderClassName
{
color: #331206;
}
.AnyTagClassName
{
color: #331206;
}
</style>
background-color css
<style>
a { background-color: #331206; }
a { background-color: rgb(51,18,6); }
div.DivClassName
{
background-color: #331206;
}
.BgClassName
{
background-color: #331206;
}
</style>
border-color css
<style>
span { border-color: #331206; }
span { border-color: rgb(51,18,6); }
td.TdClassName
{
border-color: #331206;
}
.TagClassName
{
border-color: #331206;
}
</style>