Shades of Seal Brown #330F00
Tints of Seal Brown #330F00
RGB
CMYK
RGB Variations
Color information
#330F00 (or 0x330F00) is known color: Seal Brown. HEX triplet: 33, 0F and 00. RGB value is (51,15,0). Sum of RGB (Red+Green+Blue) = 51+15+0=66 (8% of max value = 765). Red value is 51 (20.31% from 255 or 77.27% from 66); Green value is 15 (6.25% from 255 or 22.73% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 51 - color contains mainly: red. Hex color #330F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330F00 is #CCF0FF. Grayscale: #181818. Windows color (decimal): -13431040 or 3891. OLE color: 3891.
HSL color Cylindrical-coordinate representation of color #330F00: hue angle of 17.65º 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 #330F00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 15 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.8 |
| HSL | 17.65º | 1% | 0.1% | - |
| HSV(B) | 17.65º | 1% | 0.2% | - |
| XYZ | 1.54 | 1.05 | 0.12 | - |
| YUV | 24.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 0 | 0 | 0.71 | 1 | 0.8 | 17.65 | 1 | 0.1 |
| Hex | 33 | F | 0 | 0 | 47 | 64 | 50 | 12 | 64 | A |
| Octal | 63 | 17 | 0 | 0 | 107 | 144 | 120 | 22 | 144 | 12 |
| Binary | 110011 | 1111 | 0 | 0 | 1000111 | 1100100 | 1010000 | 10010 | 1100100 | 1010 |
Color Harmonies of #330F00
Complementary color
Monochromatic Colors of #330F00
Black with #330F00
Text Example
Text Example
White with #330F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F00; }
p { color: rgb(51,15,0); }
H1.HeaderClassName
{
color: #330F00;
}
.AnyTagClassName
{
color: #330F00;
}
</style>
background-color css
<style>
a { background-color: #330F00; }
a { background-color: rgb(51,15,0); }
div.DivClassName
{
background-color: #330F00;
}
.BgClassName
{
background-color: #330F00;
}
</style>
border-color css
<style>
span { border-color: #330F00; }
span { border-color: rgb(51,15,0); }
td.TdClassName
{
border-color: #330F00;
}
.TagClassName
{
border-color: #330F00;
}
</style>