Shades of Seal Brown #320F01
Tints of Seal Brown #320F01
RGB
CMYK
RGB Variations
Color information
#320F01 (or 0x320F01) is known color: Seal Brown. HEX triplet: 32, 0F and 01. RGB value is (50,15,1). Sum of RGB (Red+Green+Blue) = 50+15+1=66 (8% of max value = 765). Red value is 50 (19.92% from 255 or 75.76% from 66); Green value is 15 (6.25% from 255 or 22.73% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 50 - color contains mainly: red. Hex color #320F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320F01 is #CDF0FE. Grayscale: #171717. Windows color (decimal): -13496575 or 69426. OLE color: 69426.
HSL color Cylindrical-coordinate representation of color #320F01: hue angle of 17.14º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320F01 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 15 | 1 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.80 |
| HSL | 17.14º | 0.96% | 0.1% | - |
| HSV(B) | 17.14º | 0.98% | 0.2% | - |
| XYZ | 1.49 | 1.02 | 0.15 | - |
| YUV | 23.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 1 | 0 | 0.70 | 0.98 | 0.80 | 17.14 | 0.96 | 0.1 |
| Hex | 32 | F | 1 | 0 | 46 | 62 | 50 | 11 | 60 | A |
| Octal | 62 | 17 | 1 | 0 | 106 | 142 | 120 | 21 | 140 | 12 |
| Binary | 110010 | 1111 | 1 | 0 | 1000110 | 1100010 | 1010000 | 10001 | 1100000 | 1010 |
Color Harmonies of #320F01
Complementary color
Monochromatic Colors of #320F01
Black with #320F01
Text Example
Text Example
White with #320F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F01; }
p { color: rgb(50,15,1); }
H1.HeaderClassName
{
color: #320F01;
}
.AnyTagClassName
{
color: #320F01;
}
</style>
background-color css
<style>
a { background-color: #320F01; }
a { background-color: rgb(50,15,1); }
div.DivClassName
{
background-color: #320F01;
}
.BgClassName
{
background-color: #320F01;
}
</style>
border-color css
<style>
span { border-color: #320F01; }
span { border-color: rgb(50,15,1); }
td.TdClassName
{
border-color: #320F01;
}
.TagClassName
{
border-color: #320F01;
}
</style>