Shades of Seal Brown #320F08
Tints of Seal Brown #320F08
RGB
CMYK
RGB Variations
Color information
#320F08 (or 0x320F08) is known color: Seal Brown. HEX triplet: 32, 0F and 08. RGB value is (50,15,8). Sum of RGB (Red+Green+Blue) = 50+15+8=73 (9% of max value = 765). Red value is 50 (19.92% from 255 or 68.49% from 73); Green value is 15 (6.25% from 255 or 20.55% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 50 - color contains mainly: red. Hex color #320F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320F08 is #CDF0F7. Grayscale: #181818. Windows color (decimal): -13496568 or 528178. OLE color: 528178.
HSL color Cylindrical-coordinate representation of color #320F08: hue angle of 10º 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 #320F08 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 15 | 8 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.80 |
| HSL | 10º | 0.72% | 0.11% | - |
| HSV(B) | 10º | 0.84% | 0.2% | - |
| XYZ | 1.53 | 1.04 | 0.35 | - |
| YUV | 24.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 8 | 0 | 0.70 | 0.84 | 0.80 | 10 | 0.72 | 0.11 |
| Hex | 32 | F | 8 | 0 | 46 | 54 | 50 | A | 48 | B |
| Octal | 62 | 17 | 10 | 0 | 106 | 124 | 120 | 12 | 110 | 13 |
| Binary | 110010 | 1111 | 1000 | 0 | 1000110 | 1010100 | 1010000 | 1010 | 1001000 | 1011 |
Color Harmonies of #320F08
Complementary color
Monochromatic Colors of #320F08
Black with #320F08
Text Example
Text Example
White with #320F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F08; }
p { color: rgb(50,15,8); }
H1.HeaderClassName
{
color: #320F08;
}
.AnyTagClassName
{
color: #320F08;
}
</style>
background-color css
<style>
a { background-color: #320F08; }
a { background-color: rgb(50,15,8); }
div.DivClassName
{
background-color: #320F08;
}
.BgClassName
{
background-color: #320F08;
}
</style>
border-color css
<style>
span { border-color: #320F08; }
span { border-color: rgb(50,15,8); }
td.TdClassName
{
border-color: #320F08;
}
.TagClassName
{
border-color: #320F08;
}
</style>