Shades of Seal Brown #320A08
Tints of Seal Brown #320A08
RGB
CMYK
RGB Variations
Color information
#320A08 (or 0x320A08) is known color: Seal Brown. HEX triplet: 32, 0A and 08. RGB value is (50,10,8). Sum of RGB (Red+Green+Blue) = 50+10+8=68 (9% of max value = 765). Red value is 50 (19.92% from 255 or 73.53% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 8 (3.52% from 255 or 11.76% from 68); Max value from RGB is 50 - color contains mainly: red. Hex color #320A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320A08 is #CDF5F7. Grayscale: #151515. Windows color (decimal): -13497848 or 526898. OLE color: 526898.
HSL color Cylindrical-coordinate representation of color #320A08: hue angle of 2.86º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #320A08 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 10 | 8 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.80 |
| HSL | 2.86º | 0.72% | 0.11% | - |
| HSV(B) | 2.86º | 0.84% | 0.2% | - |
| XYZ | 1.47 | 0.91 | 0.33 | - |
| YUV | 21.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 8 | 0 | 0.80 | 0.84 | 0.80 | 2.86 | 0.72 | 0.11 |
| Hex | 32 | A | 8 | 0 | 50 | 54 | 50 | 3 | 48 | B |
| Octal | 62 | 12 | 10 | 0 | 120 | 124 | 120 | 3 | 110 | 13 |
| Binary | 110010 | 1010 | 1000 | 0 | 1010000 | 1010100 | 1010000 | 11 | 1001000 | 1011 |
Color Harmonies of #320A08
Complementary color
Monochromatic Colors of #320A08
Black with #320A08
Text Example
Text Example
White with #320A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320A08; }
p { color: rgb(50,10,8); }
H1.HeaderClassName
{
color: #320A08;
}
.AnyTagClassName
{
color: #320A08;
}
</style>
background-color css
<style>
a { background-color: #320A08; }
a { background-color: rgb(50,10,8); }
div.DivClassName
{
background-color: #320A08;
}
.BgClassName
{
background-color: #320A08;
}
</style>
border-color css
<style>
span { border-color: #320A08; }
span { border-color: rgb(50,10,8); }
td.TdClassName
{
border-color: #320A08;
}
.TagClassName
{
border-color: #320A08;
}
</style>