Shades of Seal Brown #320605
Tints of Seal Brown #320605
RGB
CMYK
RGB Variations
Color information
#320605 (or 0x320605) is known color: Seal Brown. HEX triplet: 32, 06 and 05. RGB value is (50,6,5). Sum of RGB (Red+Green+Blue) = 50+6+5=61 (8% of max value = 765). Red value is 50 (19.92% from 255 or 81.97% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 50 - color contains mainly: red. Hex color #320605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320605 is #CDF9FA. Grayscale: #131313. Windows color (decimal): -13498875 or 329266. OLE color: 329266.
HSL color Cylindrical-coordinate representation of color #320605: hue angle of 1.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 #320605 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 6 | 5 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.80 |
| HSL | 1.33º | 0.82% | 0.11% | - |
| HSV(B) | 1.33º | 0.9% | 0.2% | - |
| XYZ | 1.41 | 0.82 | 0.23 | - |
| YUV | 19.04 | 120.08 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 6 | 5 | 0 | 0.88 | 0.90 | 0.80 | 1.33 | 0.82 | 0.11 |
| Hex | 32 | 6 | 5 | 0 | 58 | 5A | 50 | 1 | 52 | B |
| Octal | 62 | 6 | 5 | 0 | 130 | 132 | 120 | 1 | 122 | 13 |
| Binary | 110010 | 110 | 101 | 0 | 1011000 | 1011010 | 1010000 | 1 | 1010010 | 1011 |
Color Harmonies of #320605
Complementary color
Monochromatic Colors of #320605
Black with #320605
Text Example
Text Example
White with #320605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320605; }
p { color: rgb(50,6,5); }
H1.HeaderClassName
{
color: #320605;
}
.AnyTagClassName
{
color: #320605;
}
</style>
background-color css
<style>
a { background-color: #320605; }
a { background-color: rgb(50,6,5); }
div.DivClassName
{
background-color: #320605;
}
.BgClassName
{
background-color: #320605;
}
</style>
border-color css
<style>
span { border-color: #320605; }
span { border-color: rgb(50,6,5); }
td.TdClassName
{
border-color: #320605;
}
.TagClassName
{
border-color: #320605;
}
</style>