Shades of Seal Brown #331205
Tints of Seal Brown #331205
RGB
CMYK
RGB Variations
Color information
#331205 (or 0x331205) is known color: Seal Brown. HEX triplet: 33, 12 and 05. RGB value is (51,18,5). Sum of RGB (Red+Green+Blue) = 51+18+5=74 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68.92% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 51 - color contains mainly: red. Hex color #331205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331205 is #CCEDFA. Grayscale: #1A1A1A. Windows color (decimal): -13430267 or 332339. OLE color: 332339.
HSL color Cylindrical-coordinate representation of color #331205: hue angle of 16.96º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #331205 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 18 | 5 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.8 |
| HSL | 16.96º | 0.82% | 0.11% | - |
| HSV(B) | 16.96º | 0.9% | 0.2% | - |
| XYZ | 1.61 | 1.15 | 0.28 | - |
| YUV | 26.39 | 115.93 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 5 | 0 | 0.65 | 0.90 | 0.8 | 16.96 | 0.82 | 0.11 |
| Hex | 33 | 12 | 5 | 0 | 41 | 5A | 50 | 11 | 52 | B |
| Octal | 63 | 22 | 5 | 0 | 101 | 132 | 120 | 21 | 122 | 13 |
| Binary | 110011 | 10010 | 101 | 0 | 1000001 | 1011010 | 1010000 | 10001 | 1010010 | 1011 |
Color Harmonies of #331205
Complementary color
Monochromatic Colors of #331205
Black with #331205
Text Example
Text Example
White with #331205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331205; }
p { color: rgb(51,18,5); }
H1.HeaderClassName
{
color: #331205;
}
.AnyTagClassName
{
color: #331205;
}
</style>
background-color css
<style>
a { background-color: #331205; }
a { background-color: rgb(51,18,5); }
div.DivClassName
{
background-color: #331205;
}
.BgClassName
{
background-color: #331205;
}
</style>
border-color css
<style>
span { border-color: #331205; }
span { border-color: rgb(51,18,5); }
td.TdClassName
{
border-color: #331205;
}
.TagClassName
{
border-color: #331205;
}
</style>