Shades of Seal Brown #320F02
Tints of Seal Brown #320F02
RGB
CMYK
RGB Variations
Color information
#320F02 (or 0x320F02) is known color: Seal Brown. HEX triplet: 32, 0F and 02. RGB value is (50,15,2). Sum of RGB (Red+Green+Blue) = 50+15+2=67 (8% of max value = 765). Red value is 50 (19.92% from 255 or 74.63% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 50 - color contains mainly: red. Hex color #320F02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320F02 is #CDF0FD. Grayscale: #181818. Windows color (decimal): -13496574 or 134962. OLE color: 134962.
HSL color Cylindrical-coordinate representation of color #320F02: hue angle of 16.25º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320F02 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 15 | 2 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.80 |
| HSL | 16.25º | 0.92% | 0.1% | - |
| HSV(B) | 16.25º | 0.96% | 0.2% | - |
| XYZ | 1.5 | 1.02 | 0.18 | - |
| YUV | 23.98 | 115.6 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 2 | 0 | 0.70 | 0.96 | 0.80 | 16.25 | 0.92 | 0.1 |
| Hex | 32 | F | 2 | 0 | 46 | 60 | 50 | 10 | 5C | A |
| Octal | 62 | 17 | 2 | 0 | 106 | 140 | 120 | 20 | 134 | 12 |
| Binary | 110010 | 1111 | 10 | 0 | 1000110 | 1100000 | 1010000 | 10000 | 1011100 | 1010 |
Color Harmonies of #320F02
Complementary color
Monochromatic Colors of #320F02
Black with #320F02
Text Example
Text Example
White with #320F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F02; }
p { color: rgb(50,15,2); }
H1.HeaderClassName
{
color: #320F02;
}
.AnyTagClassName
{
color: #320F02;
}
</style>
background-color css
<style>
a { background-color: #320F02; }
a { background-color: rgb(50,15,2); }
div.DivClassName
{
background-color: #320F02;
}
.BgClassName
{
background-color: #320F02;
}
</style>
border-color css
<style>
span { border-color: #320F02; }
span { border-color: rgb(50,15,2); }
td.TdClassName
{
border-color: #320F02;
}
.TagClassName
{
border-color: #320F02;
}
</style>