Shades of Seal Brown #320E08
Tints of Seal Brown #320E08
RGB
CMYK
RGB Variations
Color information
#320E08 (or 0x320E08) is known color: Seal Brown. HEX triplet: 32, 0E and 08. RGB value is (50,14,8). Sum of RGB (Red+Green+Blue) = 50+14+8=72 (9% of max value = 765). Red value is 50 (19.92% from 255 or 69.44% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 8 (3.52% from 255 or 11.11% from 72); Max value from RGB is 50 - color contains mainly: red. Hex color #320E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320E08 is #CDF1F7. Grayscale: #181818. Windows color (decimal): -13496824 or 527922. OLE color: 527922.
HSL color Cylindrical-coordinate representation of color #320E08: hue angle of 8.57º 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 #320E08 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 14 | 8 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.80 |
| HSL | 8.57º | 0.72% | 0.11% | - |
| HSV(B) | 8.57º | 0.84% | 0.2% | - |
| XYZ | 1.52 | 1.01 | 0.34 | - |
| YUV | 24.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 14 | 8 | 0 | 0.72 | 0.84 | 0.80 | 8.57 | 0.72 | 0.11 |
| Hex | 32 | E | 8 | 0 | 48 | 54 | 50 | 9 | 48 | B |
| Octal | 62 | 16 | 10 | 0 | 110 | 124 | 120 | 11 | 110 | 13 |
| Binary | 110010 | 1110 | 1000 | 0 | 1001000 | 1010100 | 1010000 | 1001 | 1001000 | 1011 |
Color Harmonies of #320E08
Complementary color
Monochromatic Colors of #320E08
Black with #320E08
Text Example
Text Example
White with #320E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320E08; }
p { color: rgb(50,14,8); }
H1.HeaderClassName
{
color: #320E08;
}
.AnyTagClassName
{
color: #320E08;
}
</style>
background-color css
<style>
a { background-color: #320E08; }
a { background-color: rgb(50,14,8); }
div.DivClassName
{
background-color: #320E08;
}
.BgClassName
{
background-color: #320E08;
}
</style>
border-color css
<style>
span { border-color: #320E08; }
span { border-color: rgb(50,14,8); }
td.TdClassName
{
border-color: #320E08;
}
.TagClassName
{
border-color: #320E08;
}
</style>