Shades of Seal Brown #330C03
Tints of Seal Brown #330C03
RGB
CMYK
RGB Variations
Color information
#330C03 (or 0x330C03) is known color: Seal Brown. HEX triplet: 33, 0C and 03. RGB value is (51,12,3). Sum of RGB (Red+Green+Blue) = 51+12+3=66 (8% of max value = 765). Red value is 51 (20.31% from 255 or 77.27% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 3 (1.56% from 255 or 4.55% from 66); Max value from RGB is 51 - color contains mainly: red. Hex color #330C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330C03 is #CCF3FC. Grayscale: #161616. Windows color (decimal): -13431805 or 199731. OLE color: 199731.
HSL color Cylindrical-coordinate representation of color #330C03: hue angle of 11.25º 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 #330C03 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 12 | 3 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.8 |
| HSL | 11.25º | 0.89% | 0.11% | - |
| HSV(B) | 11.25º | 0.94% | 0.2% | - |
| XYZ | 1.51 | 0.97 | 0.19 | - |
| YUV | 22.64 | 116.92 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 3 | 0 | 0.76 | 0.94 | 0.8 | 11.25 | 0.89 | 0.11 |
| Hex | 33 | C | 3 | 0 | 4C | 5E | 50 | B | 59 | B |
| Octal | 63 | 14 | 3 | 0 | 114 | 136 | 120 | 13 | 131 | 13 |
| Binary | 110011 | 1100 | 11 | 0 | 1001100 | 1011110 | 1010000 | 1011 | 1011001 | 1011 |
Color Harmonies of #330C03
Complementary color
Monochromatic Colors of #330C03
Black with #330C03
Text Example
Text Example
White with #330C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330C03; }
p { color: rgb(51,12,3); }
H1.HeaderClassName
{
color: #330C03;
}
.AnyTagClassName
{
color: #330C03;
}
</style>
background-color css
<style>
a { background-color: #330C03; }
a { background-color: rgb(51,12,3); }
div.DivClassName
{
background-color: #330C03;
}
.BgClassName
{
background-color: #330C03;
}
</style>
border-color css
<style>
span { border-color: #330C03; }
span { border-color: rgb(51,12,3); }
td.TdClassName
{
border-color: #330C03;
}
.TagClassName
{
border-color: #330C03;
}
</style>