Shades of Seal Brown #33120D
Tints of Seal Brown #33120D
RGB
CMYK
RGB Variations
Color information
#33120D (or 0x33120D) is known color: Seal Brown. HEX triplet: 33, 12 and 0D. RGB value is (51,18,13). Sum of RGB (Red+Green+Blue) = 51+18+13=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #33120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33120D is #CCEDF2. Grayscale: #1B1B1B. Windows color (decimal): -13430259 or 856627. OLE color: 856627.
HSL color Cylindrical-coordinate representation of color #33120D: hue angle of 7.89º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33120D is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 18 | 13 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.8 |
| HSL | 7.89º | 0.59% | 0.13% | - |
| HSV(B) | 7.89º | 0.75% | 0.2% | - |
| XYZ | 1.65 | 1.17 | 0.52 | - |
| YUV | 27.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 13 | 0 | 0.65 | 0.75 | 0.8 | 7.89 | 0.59 | 0.13 |
| Hex | 33 | 12 | D | 0 | 41 | 4B | 50 | 8 | 3B | D |
| Octal | 63 | 22 | 15 | 0 | 101 | 113 | 120 | 10 | 73 | 15 |
| Binary | 110011 | 10010 | 1101 | 0 | 1000001 | 1001011 | 1010000 | 1000 | 111011 | 1101 |
Color Harmonies of #33120D
Complementary color
Monochromatic Colors of #33120D
Black with #33120D
Text Example
Text Example
White with #33120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33120D; }
p { color: rgb(51,18,13); }
H1.HeaderClassName
{
color: #33120D;
}
.AnyTagClassName
{
color: #33120D;
}
</style>
background-color css
<style>
a { background-color: #33120D; }
a { background-color: rgb(51,18,13); }
div.DivClassName
{
background-color: #33120D;
}
.BgClassName
{
background-color: #33120D;
}
</style>
border-color css
<style>
span { border-color: #33120D; }
span { border-color: rgb(51,18,13); }
td.TdClassName
{
border-color: #33120D;
}
.TagClassName
{
border-color: #33120D;
}
</style>