Shades of Seal Brown #331612
Tints of Seal Brown #331612
RGB
CMYK
RGB Variations
Color information
#331612 (or 0x331612) is known color: Seal Brown. HEX triplet: 33, 16 and 12. RGB value is (51,22,18). Sum of RGB (Red+Green+Blue) = 51+22+18=91 (12% of max value = 765). Red value is 51 (20.31% from 255 or 56.04% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 51 - color contains mainly: red. Hex color #331612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331612 is #CCE9ED. Grayscale: #1E1E1E. Windows color (decimal): -13429230 or 1185331. OLE color: 1185331.
HSL color Cylindrical-coordinate representation of color #331612: hue angle of 7.27º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #331612 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 22 | 18 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.8 |
| HSL | 7.27º | 0.48% | 0.14% | - |
| HSV(B) | 7.27º | 0.65% | 0.2% | - |
| XYZ | 1.76 | 1.32 | 0.73 | - |
| YUV | 30.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 22 | 18 | 0 | 0.57 | 0.65 | 0.8 | 7.27 | 0.48 | 0.14 |
| Hex | 33 | 16 | 12 | 0 | 39 | 41 | 50 | 7 | 30 | E |
| Octal | 63 | 26 | 22 | 0 | 71 | 101 | 120 | 7 | 60 | 16 |
| Binary | 110011 | 10110 | 10010 | 0 | 111001 | 1000001 | 1010000 | 111 | 110000 | 1110 |
Color Harmonies of #331612
Complementary color
Monochromatic Colors of #331612
Black with #331612
Text Example
Text Example
White with #331612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331612; }
p { color: rgb(51,22,18); }
H1.HeaderClassName
{
color: #331612;
}
.AnyTagClassName
{
color: #331612;
}
</style>
background-color css
<style>
a { background-color: #331612; }
a { background-color: rgb(51,22,18); }
div.DivClassName
{
background-color: #331612;
}
.BgClassName
{
background-color: #331612;
}
</style>
border-color css
<style>
span { border-color: #331612; }
span { border-color: rgb(51,22,18); }
td.TdClassName
{
border-color: #331612;
}
.TagClassName
{
border-color: #331612;
}
</style>