Shades of Seal Brown #330D09
Tints of Seal Brown #330D09
RGB
CMYK
RGB Variations
Color information
#330D09 (or 0x330D09) is known color: Seal Brown. HEX triplet: 33, 0D and 09. RGB value is (51,13,9). Sum of RGB (Red+Green+Blue) = 51+13+9=73 (9% of max value = 765). Red value is 51 (20.31% from 255 or 69.86% from 73); Green value is 13 (5.47% from 255 or 17.81% from 73); Blue value is 9 (3.91% from 255 or 12.33% from 73); Max value from RGB is 51 - color contains mainly: red. Hex color #330D09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330D09 is #CCF2F6. Grayscale: #171717. Windows color (decimal): -13431543 or 593203. OLE color: 593203.
HSL color Cylindrical-coordinate representation of color #330D09: hue angle of 5.71º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #330D09 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 13 | 9 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.8 |
| HSL | 5.71º | 0.7% | 0.12% | - |
| HSV(B) | 5.71º | 0.82% | 0.2% | - |
| XYZ | 1.56 | 1.01 | 0.37 | - |
| YUV | 23.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 9 | 0 | 0.75 | 0.82 | 0.8 | 5.71 | 0.7 | 0.12 |
| Hex | 33 | D | 9 | 0 | 4B | 52 | 50 | 6 | 46 | C |
| Octal | 63 | 15 | 11 | 0 | 113 | 122 | 120 | 6 | 106 | 14 |
| Binary | 110011 | 1101 | 1001 | 0 | 1001011 | 1010010 | 1010000 | 110 | 1000110 | 1100 |
Color Harmonies of #330D09
Complementary color
Monochromatic Colors of #330D09
Black with #330D09
Text Example
Text Example
White with #330D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330D09; }
p { color: rgb(51,13,9); }
H1.HeaderClassName
{
color: #330D09;
}
.AnyTagClassName
{
color: #330D09;
}
</style>
background-color css
<style>
a { background-color: #330D09; }
a { background-color: rgb(51,13,9); }
div.DivClassName
{
background-color: #330D09;
}
.BgClassName
{
background-color: #330D09;
}
</style>
border-color css
<style>
span { border-color: #330D09; }
span { border-color: rgb(51,13,9); }
td.TdClassName
{
border-color: #330D09;
}
.TagClassName
{
border-color: #330D09;
}
</style>