Shades of Seal Brown #330F04
Tints of Seal Brown #330F04
RGB
CMYK
RGB Variations
Color information
#330F04 (or 0x330F04) is known color: Seal Brown. HEX triplet: 33, 0F and 04. RGB value is (51,15,4). Sum of RGB (Red+Green+Blue) = 51+15+4=70 (9% of max value = 765). Red value is 51 (20.31% from 255 or 72.86% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 51 - color contains mainly: red. Hex color #330F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330F04 is #CCF0FB. Grayscale: #181818. Windows color (decimal): -13431036 or 266035. OLE color: 266035.
HSL color Cylindrical-coordinate representation of color #330F04: hue angle of 14.04º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330F04 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 15 | 4 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.8 |
| HSL | 14.04º | 0.85% | 0.11% | - |
| HSV(B) | 14.04º | 0.92% | 0.2% | - |
| XYZ | 1.56 | 1.05 | 0.24 | - |
| YUV | 24.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 4 | 0 | 0.71 | 0.92 | 0.8 | 14.04 | 0.85 | 0.11 |
| Hex | 33 | F | 4 | 0 | 47 | 5C | 50 | E | 55 | B |
| Octal | 63 | 17 | 4 | 0 | 107 | 134 | 120 | 16 | 125 | 13 |
| Binary | 110011 | 1111 | 100 | 0 | 1000111 | 1011100 | 1010000 | 1110 | 1010101 | 1011 |
Color Harmonies of #330F04
Complementary color
Monochromatic Colors of #330F04
Black with #330F04
Text Example
Text Example
White with #330F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F04; }
p { color: rgb(51,15,4); }
H1.HeaderClassName
{
color: #330F04;
}
.AnyTagClassName
{
color: #330F04;
}
</style>
background-color css
<style>
a { background-color: #330F04; }
a { background-color: rgb(51,15,4); }
div.DivClassName
{
background-color: #330F04;
}
.BgClassName
{
background-color: #330F04;
}
</style>
border-color css
<style>
span { border-color: #330F04; }
span { border-color: rgb(51,15,4); }
td.TdClassName
{
border-color: #330F04;
}
.TagClassName
{
border-color: #330F04;
}
</style>