Shades of Seal Brown #330900
Tints of Seal Brown #330900
RGB
CMYK
RGB Variations
Color information
#330900 (or 0x330900) is known color: Seal Brown. HEX triplet: 33, 09 and 00. RGB value is (51,9,0). Sum of RGB (Red+Green+Blue) = 51+9+0=60 (7% of max value = 765). Red value is 51 (20.31% from 255 or 85% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 0 (0.39% from 255 or 0% from 60); Max value from RGB is 51 - color contains mainly: red. Hex color #330900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330900 is #CCF6FF. Grayscale: #141414. Windows color (decimal): -13432576 or 2355. OLE color: 2355.
HSL color Cylindrical-coordinate representation of color #330900: hue angle of 10.59º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330900 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 9 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.8 |
| HSL | 10.59º | 1% | 0.1% | - |
| HSV(B) | 10.59º | 1% | 0.2% | - |
| XYZ | 1.46 | 0.9 | 0.1 | - |
| YUV | 20.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 9 | 0 | 0 | 0.82 | 1 | 0.8 | 10.59 | 1 | 0.1 |
| Hex | 33 | 9 | 0 | 0 | 52 | 64 | 50 | B | 64 | A |
| Octal | 63 | 11 | 0 | 0 | 122 | 144 | 120 | 13 | 144 | 12 |
| Binary | 110011 | 1001 | 0 | 0 | 1010010 | 1100100 | 1010000 | 1011 | 1100100 | 1010 |
Color Harmonies of #330900
Complementary color
Monochromatic Colors of #330900
Black with #330900
Text Example
Text Example
White with #330900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330900; }
p { color: rgb(51,9,0); }
H1.HeaderClassName
{
color: #330900;
}
.AnyTagClassName
{
color: #330900;
}
</style>
background-color css
<style>
a { background-color: #330900; }
a { background-color: rgb(51,9,0); }
div.DivClassName
{
background-color: #330900;
}
.BgClassName
{
background-color: #330900;
}
</style>
border-color css
<style>
span { border-color: #330900; }
span { border-color: rgb(51,9,0); }
td.TdClassName
{
border-color: #330900;
}
.TagClassName
{
border-color: #330900;
}
</style>