Shades of Seal Brown #33160E
Tints of Seal Brown #33160E
RGB
CMYK
RGB Variations
Color information
#33160E (or 0x33160E) is known color: Seal Brown. HEX triplet: 33, 16 and 0E. RGB value is (51,22,14). Sum of RGB (Red+Green+Blue) = 51+22+14=87 (11% of max value = 765). Red value is 51 (20.31% from 255 or 58.62% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 51 - color contains mainly: red. Hex color #33160E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33160E is #CCE9F1. Grayscale: #1D1D1D. Windows color (decimal): -13429234 or 923187. OLE color: 923187.
HSL color Cylindrical-coordinate representation of color #33160E: hue angle of 12.97º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33160E is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 22 | 14 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.8 |
| HSL | 12.97º | 0.57% | 0.13% | - |
| HSV(B) | 12.97º | 0.73% | 0.2% | - |
| XYZ | 1.73 | 1.31 | 0.58 | - |
| YUV | 29.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 22 | 14 | 0 | 0.57 | 0.73 | 0.8 | 12.97 | 0.57 | 0.13 |
| Hex | 33 | 16 | E | 0 | 39 | 49 | 50 | D | 39 | D |
| Octal | 63 | 26 | 16 | 0 | 71 | 111 | 120 | 15 | 71 | 15 |
| Binary | 110011 | 10110 | 1110 | 0 | 111001 | 1001001 | 1010000 | 1101 | 111001 | 1101 |
Color Harmonies of #33160E
Complementary color
Monochromatic Colors of #33160E
Black with #33160E
Text Example
Text Example
White with #33160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33160E; }
p { color: rgb(51,22,14); }
H1.HeaderClassName
{
color: #33160E;
}
.AnyTagClassName
{
color: #33160E;
}
</style>
background-color css
<style>
a { background-color: #33160E; }
a { background-color: rgb(51,22,14); }
div.DivClassName
{
background-color: #33160E;
}
.BgClassName
{
background-color: #33160E;
}
</style>
border-color css
<style>
span { border-color: #33160E; }
span { border-color: rgb(51,22,14); }
td.TdClassName
{
border-color: #33160E;
}
.TagClassName
{
border-color: #33160E;
}
</style>