Shades of Seal Brown #320F0F
Tints of Seal Brown #320F0F
RGB
CMYK
RGB Variations
Color information
#320F0F (or 0x320F0F) is known color: Seal Brown. HEX triplet: 32, 0F and 0F. RGB value is (50,15,15). Sum of RGB (Red+Green+Blue) = 50+15+15=80 (10% of max value = 765). Red value is 50 (19.92% from 255 or 62.5% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 50 - color contains mainly: red. Hex color #320F0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320F0F is #CDF0F0. Grayscale: #191919. Windows color (decimal): -13496561 or 986930. OLE color: 986930.
HSL color Cylindrical-coordinate representation of color #320F0F: hue angle of 0º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #320F0F is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 15 | 15 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.80 |
| HSL | 0º | 0.54% | 0.13% | - |
| HSV(B) | 0º | 0.7% | 0.2% | - |
| XYZ | 1.57 | 1.05 | 0.57 | - |
| YUV | 25.47 | 122.1 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 15 | 0 | 0.70 | 0.70 | 0.80 | 0 | 0.54 | 0.13 |
| Hex | 32 | F | F | 0 | 46 | 46 | 50 | 0 | 36 | D |
| Octal | 62 | 17 | 17 | 0 | 106 | 106 | 120 | 0 | 66 | 15 |
| Binary | 110010 | 1111 | 1111 | 0 | 1000110 | 1000110 | 1010000 | 0 | 110110 | 1101 |
Color Harmonies of #320F0F
Complementary color
Monochromatic Colors of #320F0F
Black with #320F0F
Text Example
Text Example
White with #320F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F0F; }
p { color: rgb(50,15,15); }
H1.HeaderClassName
{
color: #320F0F;
}
.AnyTagClassName
{
color: #320F0F;
}
</style>
background-color css
<style>
a { background-color: #320F0F; }
a { background-color: rgb(50,15,15); }
div.DivClassName
{
background-color: #320F0F;
}
.BgClassName
{
background-color: #320F0F;
}
</style>
border-color css
<style>
span { border-color: #320F0F; }
span { border-color: rgb(50,15,15); }
td.TdClassName
{
border-color: #320F0F;
}
.TagClassName
{
border-color: #320F0F;
}
</style>