Shades of Seal Brown #330F08
Tints of Seal Brown #330F08
RGB
CMYK
RGB Variations
Color information
#330F08 (or 0x330F08) is known color: Seal Brown. HEX triplet: 33, 0F and 08. RGB value is (51,15,8). Sum of RGB (Red+Green+Blue) = 51+15+8=74 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68.92% from 74); Green value is 15 (6.25% from 255 or 20.27% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 51 - color contains mainly: red. Hex color #330F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330F08 is #CCF0F7. Grayscale: #191919. Windows color (decimal): -13431032 or 528179. OLE color: 528179.
HSL color Cylindrical-coordinate representation of color #330F08: hue angle of 9.77º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #330F08 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 15 | 8 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.8 |
| HSL | 9.77º | 0.73% | 0.12% | - |
| HSV(B) | 9.77º | 0.84% | 0.2% | - |
| XYZ | 1.58 | 1.06 | 0.35 | - |
| YUV | 24.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 8 | 0 | 0.71 | 0.84 | 0.8 | 9.77 | 0.73 | 0.12 |
| Hex | 33 | F | 8 | 0 | 47 | 54 | 50 | A | 49 | C |
| Octal | 63 | 17 | 10 | 0 | 107 | 124 | 120 | 12 | 111 | 14 |
| Binary | 110011 | 1111 | 1000 | 0 | 1000111 | 1010100 | 1010000 | 1010 | 1001001 | 1100 |
Color Harmonies of #330F08
Complementary color
Monochromatic Colors of #330F08
Black with #330F08
Text Example
Text Example
White with #330F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F08; }
p { color: rgb(51,15,8); }
H1.HeaderClassName
{
color: #330F08;
}
.AnyTagClassName
{
color: #330F08;
}
</style>
background-color css
<style>
a { background-color: #330F08; }
a { background-color: rgb(51,15,8); }
div.DivClassName
{
background-color: #330F08;
}
.BgClassName
{
background-color: #330F08;
}
</style>
border-color css
<style>
span { border-color: #330F08; }
span { border-color: rgb(51,15,8); }
td.TdClassName
{
border-color: #330F08;
}
.TagClassName
{
border-color: #330F08;
}
</style>