Shades of Seal Brown #320A05
Tints of Seal Brown #320A05
RGB
CMYK
RGB Variations
Color information
#320A05 (or 0x320A05) is known color: Seal Brown. HEX triplet: 32, 0A and 05. RGB value is (50,10,5). Sum of RGB (Red+Green+Blue) = 50+10+5=65 (8% of max value = 765). Red value is 50 (19.92% from 255 or 76.92% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 5 (2.34% from 255 or 7.69% from 65); Max value from RGB is 50 - color contains mainly: red. Hex color #320A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320A05 is #CDF5FA. Grayscale: #151515. Windows color (decimal): -13497851 or 330290. OLE color: 330290.
HSL color Cylindrical-coordinate representation of color #320A05: hue angle of 6.67º 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 #320A05 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 10 | 5 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.80 |
| HSL | 6.67º | 0.82% | 0.11% | - |
| HSV(B) | 6.67º | 0.9% | 0.2% | - |
| XYZ | 1.45 | 0.91 | 0.24 | - |
| YUV | 21.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 5 | 0 | 0.80 | 0.90 | 0.80 | 6.67 | 0.82 | 0.11 |
| Hex | 32 | A | 5 | 0 | 50 | 5A | 50 | 7 | 52 | B |
| Octal | 62 | 12 | 5 | 0 | 120 | 132 | 120 | 7 | 122 | 13 |
| Binary | 110010 | 1010 | 101 | 0 | 1010000 | 1011010 | 1010000 | 111 | 1010010 | 1011 |
Color Harmonies of #320A05
Complementary color
Monochromatic Colors of #320A05
Black with #320A05
Text Example
Text Example
White with #320A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320A05; }
p { color: rgb(50,10,5); }
H1.HeaderClassName
{
color: #320A05;
}
.AnyTagClassName
{
color: #320A05;
}
</style>
background-color css
<style>
a { background-color: #320A05; }
a { background-color: rgb(50,10,5); }
div.DivClassName
{
background-color: #320A05;
}
.BgClassName
{
background-color: #320A05;
}
</style>
border-color css
<style>
span { border-color: #320A05; }
span { border-color: rgb(50,10,5); }
td.TdClassName
{
border-color: #320A05;
}
.TagClassName
{
border-color: #320A05;
}
</style>