Shades of Seal Brown #330700
Tints of Seal Brown #330700
RGB
CMYK
RGB Variations
Color information
#330700 (or 0x330700) is known color: Seal Brown. HEX triplet: 33, 07 and 00. RGB value is (51,7,0). Sum of RGB (Red+Green+Blue) = 51+7+0=58 (7% of max value = 765). Red value is 51 (20.31% from 255 or 87.93% from 58); Green value is 7 (3.12% from 255 or 12.07% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 51 - color contains mainly: red. Hex color #330700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330700 is #CCF8FF. Grayscale: #131313. Windows color (decimal): -13433088 or 1843. OLE color: 1843.
HSL color Cylindrical-coordinate representation of color #330700: hue angle of 8.24º 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 #330700 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 7 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.8 |
| HSL | 8.24º | 1% | 0.1% | - |
| HSV(B) | 8.24º | 1% | 0.2% | - |
| XYZ | 1.44 | 0.86 | 0.09 | - |
| YUV | 19.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 7 | 0 | 0 | 0.86 | 1 | 0.8 | 8.24 | 1 | 0.1 |
| Hex | 33 | 7 | 0 | 0 | 56 | 64 | 50 | 8 | 64 | A |
| Octal | 63 | 7 | 0 | 0 | 126 | 144 | 120 | 10 | 144 | 12 |
| Binary | 110011 | 111 | 0 | 0 | 1010110 | 1100100 | 1010000 | 1000 | 1100100 | 1010 |
Color Harmonies of #330700
Complementary color
Monochromatic Colors of #330700
Black with #330700
Text Example
Text Example
White with #330700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330700; }
p { color: rgb(51,7,0); }
H1.HeaderClassName
{
color: #330700;
}
.AnyTagClassName
{
color: #330700;
}
</style>
background-color css
<style>
a { background-color: #330700; }
a { background-color: rgb(51,7,0); }
div.DivClassName
{
background-color: #330700;
}
.BgClassName
{
background-color: #330700;
}
</style>
border-color css
<style>
span { border-color: #330700; }
span { border-color: rgb(51,7,0); }
td.TdClassName
{
border-color: #330700;
}
.TagClassName
{
border-color: #330700;
}
</style>