Shades of Seal Brown #331306
Tints of Seal Brown #331306
RGB
CMYK
RGB Variations
Color information
#331306 (or 0x331306) is known color: Seal Brown. HEX triplet: 33, 13 and 06. RGB value is (51,19,6). Sum of RGB (Red+Green+Blue) = 51+19+6=76 (10% of max value = 765). Red value is 51 (20.31% from 255 or 67.11% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 6 (2.73% from 255 or 7.89% from 76); Max value from RGB is 51 - color contains mainly: red. Hex color #331306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331306 is #CCECF9. Grayscale: #1B1B1B. Windows color (decimal): -13430010 or 398131. OLE color: 398131.
HSL color Cylindrical-coordinate representation of color #331306: hue angle of 17.33º 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 #331306 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 19 | 6 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.8 |
| HSL | 17.33º | 0.79% | 0.11% | - |
| HSV(B) | 17.33º | 0.88% | 0.2% | - |
| XYZ | 1.63 | 1.18 | 0.31 | - |
| YUV | 27.09 | 116.1 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 6 | 0 | 0.63 | 0.88 | 0.8 | 17.33 | 0.79 | 0.11 |
| Hex | 33 | 13 | 6 | 0 | 3F | 58 | 50 | 11 | 4F | B |
| Octal | 63 | 23 | 6 | 0 | 77 | 130 | 120 | 21 | 117 | 13 |
| Binary | 110011 | 10011 | 110 | 0 | 111111 | 1011000 | 1010000 | 10001 | 1001111 | 1011 |
Color Harmonies of #331306
Complementary color
Monochromatic Colors of #331306
Black with #331306
Text Example
Text Example
White with #331306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331306; }
p { color: rgb(51,19,6); }
H1.HeaderClassName
{
color: #331306;
}
.AnyTagClassName
{
color: #331306;
}
</style>
background-color css
<style>
a { background-color: #331306; }
a { background-color: rgb(51,19,6); }
div.DivClassName
{
background-color: #331306;
}
.BgClassName
{
background-color: #331306;
}
</style>
border-color css
<style>
span { border-color: #331306; }
span { border-color: rgb(51,19,6); }
td.TdClassName
{
border-color: #331306;
}
.TagClassName
{
border-color: #331306;
}
</style>