Shades of Seal Brown #320A07
Tints of Seal Brown #320A07
RGB
CMYK
RGB Variations
Color information
#320A07 (or 0x320A07) is known color: Seal Brown. HEX triplet: 32, 0A and 07. RGB value is (50,10,7). Sum of RGB (Red+Green+Blue) = 50+10+7=67 (8% of max value = 765). Red value is 50 (19.92% from 255 or 74.63% from 67); Green value is 10 (4.30% from 255 or 14.93% from 67); Blue value is 7 (3.12% from 255 or 10.45% from 67); Max value from RGB is 50 - color contains mainly: red. Hex color #320A07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320A07 is #CDF5F8. Grayscale: #151515. Windows color (decimal): -13497849 or 461362. OLE color: 461362.
HSL color Cylindrical-coordinate representation of color #320A07: hue angle of 4.19º 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 #320A07 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 10 | 7 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.80 |
| HSL | 4.19º | 0.75% | 0.11% | - |
| HSV(B) | 4.19º | 0.86% | 0.2% | - |
| XYZ | 1.46 | 0.91 | 0.3 | - |
| YUV | 21.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 7 | 0 | 0.80 | 0.86 | 0.80 | 4.19 | 0.75 | 0.11 |
| Hex | 32 | A | 7 | 0 | 50 | 56 | 50 | 4 | 4B | B |
| Octal | 62 | 12 | 7 | 0 | 120 | 126 | 120 | 4 | 113 | 13 |
| Binary | 110010 | 1010 | 111 | 0 | 1010000 | 1010110 | 1010000 | 100 | 1001011 | 1011 |
Color Harmonies of #320A07
Complementary color
Monochromatic Colors of #320A07
Black with #320A07
Text Example
Text Example
White with #320A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320A07; }
p { color: rgb(50,10,7); }
H1.HeaderClassName
{
color: #320A07;
}
.AnyTagClassName
{
color: #320A07;
}
</style>
background-color css
<style>
a { background-color: #320A07; }
a { background-color: rgb(50,10,7); }
div.DivClassName
{
background-color: #320A07;
}
.BgClassName
{
background-color: #320A07;
}
</style>
border-color css
<style>
span { border-color: #320A07; }
span { border-color: rgb(50,10,7); }
td.TdClassName
{
border-color: #320A07;
}
.TagClassName
{
border-color: #320A07;
}
</style>