Shades of Seal Brown #320F00
Tints of Seal Brown #320F00
RGB
CMYK
RGB Variations
Color information
#320F00 (or 0x320F00) is known color: Seal Brown. HEX triplet: 32, 0F and 00. RGB value is (50,15,0). Sum of RGB (Red+Green+Blue) = 50+15+0=65 (8% of max value = 765). Red value is 50 (19.92% from 255 or 76.92% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 50 - color contains mainly: red. Hex color #320F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320F00 is #CDF0FF. Grayscale: #171717. Windows color (decimal): -13496576 or 3890. OLE color: 3890.
HSL color Cylindrical-coordinate representation of color #320F00: hue angle of 18º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320F00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 15 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.80 |
| HSL | 18º | 1% | 0.1% | - |
| HSV(B) | 18º | 1% | 0.2% | - |
| XYZ | 1.49 | 1.02 | 0.12 | - |
| YUV | 23.76 | 114.6 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 0 | 0 | 0.70 | 1 | 0.80 | 18 | 1 | 0.1 |
| Hex | 32 | F | 0 | 0 | 46 | 64 | 50 | 12 | 64 | A |
| Octal | 62 | 17 | 0 | 0 | 106 | 144 | 120 | 22 | 144 | 12 |
| Binary | 110010 | 1111 | 0 | 0 | 1000110 | 1100100 | 1010000 | 10010 | 1100100 | 1010 |
Color Harmonies of #320F00
Complementary color
Monochromatic Colors of #320F00
Black with #320F00
Text Example
Text Example
White with #320F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F00; }
p { color: rgb(50,15,0); }
H1.HeaderClassName
{
color: #320F00;
}
.AnyTagClassName
{
color: #320F00;
}
</style>
background-color css
<style>
a { background-color: #320F00; }
a { background-color: rgb(50,15,0); }
div.DivClassName
{
background-color: #320F00;
}
.BgClassName
{
background-color: #320F00;
}
</style>
border-color css
<style>
span { border-color: #320F00; }
span { border-color: rgb(50,15,0); }
td.TdClassName
{
border-color: #320F00;
}
.TagClassName
{
border-color: #320F00;
}
</style>