Shades of Seal Brown #330F05
Tints of Seal Brown #330F05
RGB
CMYK
RGB Variations
Color information
#330F05 (or 0x330F05) is known color: Seal Brown. HEX triplet: 33, 0F and 05. RGB value is (51,15,5). Sum of RGB (Red+Green+Blue) = 51+15+5=71 (9% of max value = 765). Red value is 51 (20.31% from 255 or 71.83% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 5 (2.34% from 255 or 7.04% from 71); Max value from RGB is 51 - color contains mainly: red. Hex color #330F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330F05 is #CCF0FA. Grayscale: #181818. Windows color (decimal): -13431035 or 331571. OLE color: 331571.
HSL color Cylindrical-coordinate representation of color #330F05: hue angle of 13.04º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330F05 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 15 | 5 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.8 |
| HSL | 13.04º | 0.82% | 0.11% | - |
| HSV(B) | 13.04º | 0.9% | 0.2% | - |
| XYZ | 1.56 | 1.06 | 0.27 | - |
| YUV | 24.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 5 | 0 | 0.71 | 0.90 | 0.8 | 13.04 | 0.82 | 0.11 |
| Hex | 33 | F | 5 | 0 | 47 | 5A | 50 | D | 52 | B |
| Octal | 63 | 17 | 5 | 0 | 107 | 132 | 120 | 15 | 122 | 13 |
| Binary | 110011 | 1111 | 101 | 0 | 1000111 | 1011010 | 1010000 | 1101 | 1010010 | 1011 |
Color Harmonies of #330F05
Complementary color
Monochromatic Colors of #330F05
Black with #330F05
Text Example
Text Example
White with #330F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F05; }
p { color: rgb(51,15,5); }
H1.HeaderClassName
{
color: #330F05;
}
.AnyTagClassName
{
color: #330F05;
}
</style>
background-color css
<style>
a { background-color: #330F05; }
a { background-color: rgb(51,15,5); }
div.DivClassName
{
background-color: #330F05;
}
.BgClassName
{
background-color: #330F05;
}
</style>
border-color css
<style>
span { border-color: #330F05; }
span { border-color: rgb(51,15,5); }
td.TdClassName
{
border-color: #330F05;
}
.TagClassName
{
border-color: #330F05;
}
</style>