Shades of Seal Brown #330A00
Tints of Seal Brown #330A00
RGB
CMYK
RGB Variations
Color information
#330A00 (or 0x330A00) is known color: Seal Brown. HEX triplet: 33, 0A and 00. RGB value is (51,10,0). Sum of RGB (Red+Green+Blue) = 51+10+0=61 (8% of max value = 765). Red value is 51 (20.31% from 255 or 83.61% from 61); Green value is 10 (4.30% from 255 or 16.39% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 51 - color contains mainly: red. Hex color #330A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330A00 is #CCF5FF. Grayscale: #151515. Windows color (decimal): -13432320 or 2611. OLE color: 2611.
HSL color Cylindrical-coordinate representation of color #330A00: hue angle of 11.76º 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 #330A00 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 10 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.8 |
| HSL | 11.76º | 1% | 0.1% | - |
| HSV(B) | 11.76º | 1% | 0.2% | - |
| XYZ | 1.47 | 0.92 | 0.1 | - |
| YUV | 21.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 0 | 0 | 0.80 | 1 | 0.8 | 11.76 | 1 | 0.1 |
| Hex | 33 | A | 0 | 0 | 50 | 64 | 50 | C | 64 | A |
| Octal | 63 | 12 | 0 | 0 | 120 | 144 | 120 | 14 | 144 | 12 |
| Binary | 110011 | 1010 | 0 | 0 | 1010000 | 1100100 | 1010000 | 1100 | 1100100 | 1010 |
Color Harmonies of #330A00
Complementary color
Monochromatic Colors of #330A00
Black with #330A00
Text Example
Text Example
White with #330A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330A00; }
p { color: rgb(51,10,0); }
H1.HeaderClassName
{
color: #330A00;
}
.AnyTagClassName
{
color: #330A00;
}
</style>
background-color css
<style>
a { background-color: #330A00; }
a { background-color: rgb(51,10,0); }
div.DivClassName
{
background-color: #330A00;
}
.BgClassName
{
background-color: #330A00;
}
</style>
border-color css
<style>
span { border-color: #330A00; }
span { border-color: rgb(51,10,0); }
td.TdClassName
{
border-color: #330A00;
}
.TagClassName
{
border-color: #330A00;
}
</style>