Shades of Seal Brown #320F0C
Tints of Seal Brown #320F0C
RGB
CMYK
RGB Variations
Color information
#320F0C (or 0x320F0C) is known color: Seal Brown. HEX triplet: 32, 0F and 0C. RGB value is (50,15,12). Sum of RGB (Red+Green+Blue) = 50+15+12=77 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.94% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 50 - color contains mainly: red. Hex color #320F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320F0C is #CDF0F3. Grayscale: #191919. Windows color (decimal): -13496564 or 790322. OLE color: 790322.
HSL color Cylindrical-coordinate representation of color #320F0C: hue angle of 4.74º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #320F0C is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 15 | 12 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.80 |
| HSL | 4.74º | 0.61% | 0.12% | - |
| HSV(B) | 4.74º | 0.76% | 0.2% | - |
| XYZ | 1.55 | 1.05 | 0.47 | - |
| YUV | 25.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 12 | 0 | 0.70 | 0.76 | 0.80 | 4.74 | 0.61 | 0.12 |
| Hex | 32 | F | C | 0 | 46 | 4C | 50 | 5 | 3D | C |
| Octal | 62 | 17 | 14 | 0 | 106 | 114 | 120 | 5 | 75 | 14 |
| Binary | 110010 | 1111 | 1100 | 0 | 1000110 | 1001100 | 1010000 | 101 | 111101 | 1100 |
Color Harmonies of #320F0C
Complementary color
Monochromatic Colors of #320F0C
Black with #320F0C
Text Example
Text Example
White with #320F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F0C; }
p { color: rgb(50,15,12); }
H1.HeaderClassName
{
color: #320F0C;
}
.AnyTagClassName
{
color: #320F0C;
}
</style>
background-color css
<style>
a { background-color: #320F0C; }
a { background-color: rgb(50,15,12); }
div.DivClassName
{
background-color: #320F0C;
}
.BgClassName
{
background-color: #320F0C;
}
</style>
border-color css
<style>
span { border-color: #320F0C; }
span { border-color: rgb(50,15,12); }
td.TdClassName
{
border-color: #320F0C;
}
.TagClassName
{
border-color: #320F0C;
}
</style>