Shades of Seal Brown #330800
Tints of Seal Brown #330800
RGB
CMYK
RGB Variations
Color information
#330800 (or 0x330800) is known color: Seal Brown. HEX triplet: 33, 08 and 00. RGB value is (51,8,0). Sum of RGB (Red+Green+Blue) = 51+8+0=59 (7% of max value = 765). Red value is 51 (20.31% from 255 or 86.44% from 59); Green value is 8 (3.52% from 255 or 13.56% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 51 - color contains mainly: red. Hex color #330800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330800 is #CCF7FF. Grayscale: #141414. Windows color (decimal): -13432832 or 2099. OLE color: 2099.
HSL color Cylindrical-coordinate representation of color #330800: hue angle of 9.41º 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 #330800 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 8 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.8 |
| HSL | 9.41º | 1% | 0.1% | - |
| HSV(B) | 9.41º | 1% | 0.2% | - |
| XYZ | 1.45 | 0.88 | 0.09 | - |
| YUV | 19.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 8 | 0 | 0 | 0.84 | 1 | 0.8 | 9.41 | 1 | 0.1 |
| Hex | 33 | 8 | 0 | 0 | 54 | 64 | 50 | 9 | 64 | A |
| Octal | 63 | 10 | 0 | 0 | 124 | 144 | 120 | 11 | 144 | 12 |
| Binary | 110011 | 1000 | 0 | 0 | 1010100 | 1100100 | 1010000 | 1001 | 1100100 | 1010 |
Color Harmonies of #330800
Complementary color
Monochromatic Colors of #330800
Black with #330800
Text Example
Text Example
White with #330800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330800; }
p { color: rgb(51,8,0); }
H1.HeaderClassName
{
color: #330800;
}
.AnyTagClassName
{
color: #330800;
}
</style>
background-color css
<style>
a { background-color: #330800; }
a { background-color: rgb(51,8,0); }
div.DivClassName
{
background-color: #330800;
}
.BgClassName
{
background-color: #330800;
}
</style>
border-color css
<style>
span { border-color: #330800; }
span { border-color: rgb(51,8,0); }
td.TdClassName
{
border-color: #330800;
}
.TagClassName
{
border-color: #330800;
}
</style>