Shades of Seal Brown #330E0D
Tints of Seal Brown #330E0D
RGB
CMYK
RGB Variations
Color information
#330E0D (or 0x330E0D) is known color: Seal Brown. HEX triplet: 33, 0E and 0D. RGB value is (51,14,13). Sum of RGB (Red+Green+Blue) = 51+14+13=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #330E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330E0D is #CCF1F2. Grayscale: #181818. Windows color (decimal): -13431283 or 855603. OLE color: 855603.
HSL color Cylindrical-coordinate representation of color #330E0D: hue angle of 1.58º 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 #330E0D is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 14 | 13 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.8 |
| HSL | 1.58º | 0.59% | 0.13% | - |
| HSV(B) | 1.58º | 0.75% | 0.2% | - |
| XYZ | 1.59 | 1.05 | 0.5 | - |
| YUV | 24.95 | 121.26 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 14 | 13 | 0 | 0.73 | 0.75 | 0.8 | 1.58 | 0.59 | 0.13 |
| Hex | 33 | E | D | 0 | 49 | 4B | 50 | 2 | 3B | D |
| Octal | 63 | 16 | 15 | 0 | 111 | 113 | 120 | 2 | 73 | 15 |
| Binary | 110011 | 1110 | 1101 | 0 | 1001001 | 1001011 | 1010000 | 10 | 111011 | 1101 |
Color Harmonies of #330E0D
Complementary color
Monochromatic Colors of #330E0D
Black with #330E0D
Text Example
Text Example
White with #330E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330E0D; }
p { color: rgb(51,14,13); }
H1.HeaderClassName
{
color: #330E0D;
}
.AnyTagClassName
{
color: #330E0D;
}
</style>
background-color css
<style>
a { background-color: #330E0D; }
a { background-color: rgb(51,14,13); }
div.DivClassName
{
background-color: #330E0D;
}
.BgClassName
{
background-color: #330E0D;
}
</style>
border-color css
<style>
span { border-color: #330E0D; }
span { border-color: rgb(51,14,13); }
td.TdClassName
{
border-color: #330E0D;
}
.TagClassName
{
border-color: #330E0D;
}
</style>