Shades of Seal Brown #330A08
Tints of Seal Brown #330A08
RGB
CMYK
RGB Variations
Color information
#330A08 (or 0x330A08) is known color: Seal Brown. HEX triplet: 33, 0A and 08. RGB value is (51,10,8). Sum of RGB (Red+Green+Blue) = 51+10+8=69 (9% of max value = 765). Red value is 51 (20.31% from 255 or 73.91% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 8 (3.52% from 255 or 11.59% from 69); Max value from RGB is 51 - color contains mainly: red. Hex color #330A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330A08 is #CCF5F7. Grayscale: #161616. Windows color (decimal): -13432312 or 526899. OLE color: 526899.
HSL color Cylindrical-coordinate representation of color #330A08: hue angle of 2.79º 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 #330A08 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 10 | 8 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.8 |
| HSL | 2.79º | 0.73% | 0.12% | - |
| HSV(B) | 2.79º | 0.84% | 0.2% | - |
| XYZ | 1.52 | 0.94 | 0.33 | - |
| YUV | 22.03 | 120.08 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 8 | 0 | 0.80 | 0.84 | 0.8 | 2.79 | 0.73 | 0.12 |
| Hex | 33 | A | 8 | 0 | 50 | 54 | 50 | 3 | 49 | C |
| Octal | 63 | 12 | 10 | 0 | 120 | 124 | 120 | 3 | 111 | 14 |
| Binary | 110011 | 1010 | 1000 | 0 | 1010000 | 1010100 | 1010000 | 11 | 1001001 | 1100 |
Color Harmonies of #330A08
Complementary color
Monochromatic Colors of #330A08
Black with #330A08
Text Example
Text Example
White with #330A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330A08; }
p { color: rgb(51,10,8); }
H1.HeaderClassName
{
color: #330A08;
}
.AnyTagClassName
{
color: #330A08;
}
</style>
background-color css
<style>
a { background-color: #330A08; }
a { background-color: rgb(51,10,8); }
div.DivClassName
{
background-color: #330A08;
}
.BgClassName
{
background-color: #330A08;
}
</style>
border-color css
<style>
span { border-color: #330A08; }
span { border-color: rgb(51,10,8); }
td.TdClassName
{
border-color: #330A08;
}
.TagClassName
{
border-color: #330A08;
}
</style>