Shades of Seal Brown #320F05
Tints of Seal Brown #320F05
RGB
CMYK
RGB Variations
Color information
#320F05 (or 0x320F05) is known color: Seal Brown. HEX triplet: 32, 0F and 05. RGB value is (50,15,5). Sum of RGB (Red+Green+Blue) = 50+15+5=70 (9% of max value = 765). Red value is 50 (19.92% from 255 or 71.43% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 50 - color contains mainly: red. Hex color #320F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320F05 is #CDF0FA. Grayscale: #181818. Windows color (decimal): -13496571 or 331570. OLE color: 331570.
HSL color Cylindrical-coordinate representation of color #320F05: hue angle of 13.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320F05 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 15 | 5 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.80 |
| HSL | 13.33º | 0.82% | 0.11% | - |
| HSV(B) | 13.33º | 0.9% | 0.2% | - |
| XYZ | 1.51 | 1.03 | 0.26 | - |
| YUV | 24.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 5 | 0 | 0.70 | 0.90 | 0.80 | 13.33 | 0.82 | 0.11 |
| Hex | 32 | F | 5 | 0 | 46 | 5A | 50 | D | 52 | B |
| Octal | 62 | 17 | 5 | 0 | 106 | 132 | 120 | 15 | 122 | 13 |
| Binary | 110010 | 1111 | 101 | 0 | 1000110 | 1011010 | 1010000 | 1101 | 1010010 | 1011 |
Color Harmonies of #320F05
Complementary color
Monochromatic Colors of #320F05
Black with #320F05
Text Example
Text Example
White with #320F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F05; }
p { color: rgb(50,15,5); }
H1.HeaderClassName
{
color: #320F05;
}
.AnyTagClassName
{
color: #320F05;
}
</style>
background-color css
<style>
a { background-color: #320F05; }
a { background-color: rgb(50,15,5); }
div.DivClassName
{
background-color: #320F05;
}
.BgClassName
{
background-color: #320F05;
}
</style>
border-color css
<style>
span { border-color: #320F05; }
span { border-color: rgb(50,15,5); }
td.TdClassName
{
border-color: #320F05;
}
.TagClassName
{
border-color: #320F05;
}
</style>