Shades of Seal Brown #320707
Tints of Seal Brown #320707
RGB
CMYK
RGB Variations
Color information
#320707 (or 0x320707) is known color: Seal Brown. HEX triplet: 32, 07 and 07. RGB value is (50,7,7). Sum of RGB (Red+Green+Blue) = 50+7+7=64 (8% of max value = 765). Red value is 50 (19.92% from 255 or 78.12% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 7 (3.12% from 255 or 10.94% from 64); Max value from RGB is 50 - color contains mainly: red. Hex color #320707 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320707 is #CDF8F8. Grayscale: #131313. Windows color (decimal): -13498617 or 460594. OLE color: 460594.
HSL color Cylindrical-coordinate representation of color #320707: hue angle of 0º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #320707 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 7 | 7 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.80 |
| HSL | 0º | 0.75% | 0.11% | - |
| HSV(B) | 0º | 0.86% | 0.2% | - |
| XYZ | 1.43 | 0.85 | 0.29 | - |
| YUV | 19.86 | 120.75 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 7 | 0 | 0.86 | 0.86 | 0.80 | 0 | 0.75 | 0.11 |
| Hex | 32 | 7 | 7 | 0 | 56 | 56 | 50 | 0 | 4B | B |
| Octal | 62 | 7 | 7 | 0 | 126 | 126 | 120 | 0 | 113 | 13 |
| Binary | 110010 | 111 | 111 | 0 | 1010110 | 1010110 | 1010000 | 0 | 1001011 | 1011 |
Color Harmonies of #320707
Complementary color
Monochromatic Colors of #320707
Black with #320707
Text Example
Text Example
White with #320707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320707; }
p { color: rgb(50,7,7); }
H1.HeaderClassName
{
color: #320707;
}
.AnyTagClassName
{
color: #320707;
}
</style>
background-color css
<style>
a { background-color: #320707; }
a { background-color: rgb(50,7,7); }
div.DivClassName
{
background-color: #320707;
}
.BgClassName
{
background-color: #320707;
}
</style>
border-color css
<style>
span { border-color: #320707; }
span { border-color: rgb(50,7,7); }
td.TdClassName
{
border-color: #320707;
}
.TagClassName
{
border-color: #320707;
}
</style>