Shades of Seal Brown #330F03
Tints of Seal Brown #330F03
RGB
CMYK
RGB Variations
Color information
#330F03 (or 0x330F03) is known color: Seal Brown. HEX triplet: 33, 0F and 03. RGB value is (51,15,3). Sum of RGB (Red+Green+Blue) = 51+15+3=69 (9% of max value = 765). Red value is 51 (20.31% from 255 or 73.91% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 3 (1.56% from 255 or 4.35% from 69); Max value from RGB is 51 - color contains mainly: red. Hex color #330F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330F03 is #CCF0FC. Grayscale: #181818. Windows color (decimal): -13431037 or 200499. OLE color: 200499.
HSL color Cylindrical-coordinate representation of color #330F03: hue angle of 15º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330F03 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 15 | 3 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.8 |
| HSL | 15º | 0.89% | 0.11% | - |
| HSV(B) | 15º | 0.94% | 0.2% | - |
| XYZ | 1.55 | 1.05 | 0.21 | - |
| YUV | 24.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 3 | 0 | 0.71 | 0.94 | 0.8 | 15 | 0.89 | 0.11 |
| Hex | 33 | F | 3 | 0 | 47 | 5E | 50 | F | 59 | B |
| Octal | 63 | 17 | 3 | 0 | 107 | 136 | 120 | 17 | 131 | 13 |
| Binary | 110011 | 1111 | 11 | 0 | 1000111 | 1011110 | 1010000 | 1111 | 1011001 | 1011 |
Color Harmonies of #330F03
Complementary color
Monochromatic Colors of #330F03
Black with #330F03
Text Example
Text Example
White with #330F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F03; }
p { color: rgb(51,15,3); }
H1.HeaderClassName
{
color: #330F03;
}
.AnyTagClassName
{
color: #330F03;
}
</style>
background-color css
<style>
a { background-color: #330F03; }
a { background-color: rgb(51,15,3); }
div.DivClassName
{
background-color: #330F03;
}
.BgClassName
{
background-color: #330F03;
}
</style>
border-color css
<style>
span { border-color: #330F03; }
span { border-color: rgb(51,15,3); }
td.TdClassName
{
border-color: #330F03;
}
.TagClassName
{
border-color: #330F03;
}
</style>