Shades of Seal Brown #330D0A
Tints of Seal Brown #330D0A
RGB
CMYK
RGB Variations
Color information
#330D0A (or 0x330D0A) is known color: Seal Brown. HEX triplet: 33, 0D and 0A. RGB value is (51,13,10). Sum of RGB (Red+Green+Blue) = 51+13+10=74 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68.92% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 51 - color contains mainly: red. Hex color #330D0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330D0A is #CCF2F5. Grayscale: #181818. Windows color (decimal): -13431542 or 658739. OLE color: 658739.
HSL color Cylindrical-coordinate representation of color #330D0A: hue angle of 4.39º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #330D0A is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 13 | 10 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.8 |
| HSL | 4.39º | 0.67% | 0.12% | - |
| HSV(B) | 4.39º | 0.8% | 0.2% | - |
| XYZ | 1.56 | 1.01 | 0.4 | - |
| YUV | 24.02 | 120.09 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 10 | 0 | 0.75 | 0.80 | 0.8 | 4.39 | 0.67 | 0.12 |
| Hex | 33 | D | A | 0 | 4B | 50 | 50 | 4 | 43 | C |
| Octal | 63 | 15 | 12 | 0 | 113 | 120 | 120 | 4 | 103 | 14 |
| Binary | 110011 | 1101 | 1010 | 0 | 1001011 | 1010000 | 1010000 | 100 | 1000011 | 1100 |
Color Harmonies of #330D0A
Complementary color
Monochromatic Colors of #330D0A
Black with #330D0A
Text Example
Text Example
White with #330D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330D0A; }
p { color: rgb(51,13,10); }
H1.HeaderClassName
{
color: #330D0A;
}
.AnyTagClassName
{
color: #330D0A;
}
</style>
background-color css
<style>
a { background-color: #330D0A; }
a { background-color: rgb(51,13,10); }
div.DivClassName
{
background-color: #330D0A;
}
.BgClassName
{
background-color: #330D0A;
}
</style>
border-color css
<style>
span { border-color: #330D0A; }
span { border-color: rgb(51,13,10); }
td.TdClassName
{
border-color: #330D0A;
}
.TagClassName
{
border-color: #330D0A;
}
</style>