Shades of Seal Brown #330D0D
Tints of Seal Brown #330D0D
RGB
CMYK
RGB Variations
Color information
#330D0D (or 0x330D0D) is known color: Seal Brown. HEX triplet: 33, 0D and 0D. RGB value is (51,13,13). Sum of RGB (Red+Green+Blue) = 51+13+13=77 (10% of max value = 765). Red value is 51 (20.31% from 255 or 66.23% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 51 - color contains mainly: red. Hex color #330D0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330D0D is #CCF2F2. Grayscale: #181818. Windows color (decimal): -13431539 or 855347. OLE color: 855347.
HSL color Cylindrical-coordinate representation of color #330D0D: hue angle of 0º 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 #330D0D is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 13 | 13 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.8 |
| HSL | 0º | 0.59% | 0.13% | - |
| HSV(B) | 0º | 0.75% | 0.2% | - |
| XYZ | 1.58 | 1.02 | 0.49 | - |
| YUV | 24.36 | 121.59 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 13 | 0 | 0.75 | 0.75 | 0.8 | 0 | 0.59 | 0.13 |
| Hex | 33 | D | D | 0 | 4B | 4B | 50 | 0 | 3B | D |
| Octal | 63 | 15 | 15 | 0 | 113 | 113 | 120 | 0 | 73 | 15 |
| Binary | 110011 | 1101 | 1101 | 0 | 1001011 | 1001011 | 1010000 | 0 | 111011 | 1101 |
Color Harmonies of #330D0D
Complementary color
Monochromatic Colors of #330D0D
Black with #330D0D
Text Example
Text Example
White with #330D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330D0D; }
p { color: rgb(51,13,13); }
H1.HeaderClassName
{
color: #330D0D;
}
.AnyTagClassName
{
color: #330D0D;
}
</style>
background-color css
<style>
a { background-color: #330D0D; }
a { background-color: rgb(51,13,13); }
div.DivClassName
{
background-color: #330D0D;
}
.BgClassName
{
background-color: #330D0D;
}
</style>
border-color css
<style>
span { border-color: #330D0D; }
span { border-color: rgb(51,13,13); }
td.TdClassName
{
border-color: #330D0D;
}
.TagClassName
{
border-color: #330D0D;
}
</style>