Shades of Seal Brown #320808
Tints of Seal Brown #320808
RGB
CMYK
RGB Variations
Color information
#320808 (or 0x320808) is known color: Seal Brown. HEX triplet: 32, 08 and 08. RGB value is (50,8,8). Sum of RGB (Red+Green+Blue) = 50+8+8=66 (8% of max value = 765). Red value is 50 (19.92% from 255 or 75.76% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 8 (3.52% from 255 or 12.12% from 66); Max value from RGB is 50 - color contains mainly: red. Hex color #320808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320808 is #CDF7F7. Grayscale: #141414. Windows color (decimal): -13498360 or 526386. OLE color: 526386.
HSL color Cylindrical-coordinate representation of color #320808: hue angle of 0º 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 #320808 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 8 | 8 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.80 |
| HSL | 0º | 0.72% | 0.11% | - |
| HSV(B) | 0º | 0.84% | 0.2% | - |
| XYZ | 1.45 | 0.87 | 0.32 | - |
| YUV | 20.56 | 120.91 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 8 | 8 | 0 | 0.84 | 0.84 | 0.80 | 0 | 0.72 | 0.11 |
| Hex | 32 | 8 | 8 | 0 | 54 | 54 | 50 | 0 | 48 | B |
| Octal | 62 | 10 | 10 | 0 | 124 | 124 | 120 | 0 | 110 | 13 |
| Binary | 110010 | 1000 | 1000 | 0 | 1010100 | 1010100 | 1010000 | 0 | 1001000 | 1011 |
Color Harmonies of #320808
Complementary color
Monochromatic Colors of #320808
Black with #320808
Text Example
Text Example
White with #320808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320808; }
p { color: rgb(50,8,8); }
H1.HeaderClassName
{
color: #320808;
}
.AnyTagClassName
{
color: #320808;
}
</style>
background-color css
<style>
a { background-color: #320808; }
a { background-color: rgb(50,8,8); }
div.DivClassName
{
background-color: #320808;
}
.BgClassName
{
background-color: #320808;
}
</style>
border-color css
<style>
span { border-color: #320808; }
span { border-color: rgb(50,8,8); }
td.TdClassName
{
border-color: #320808;
}
.TagClassName
{
border-color: #320808;
}
</style>