Shades of Seal Brown #320302
Tints of Seal Brown #320302
RGB
CMYK
RGB Variations
Color information
#320302 (or 0x320302) is known color: Seal Brown. HEX triplet: 32, 03 and 02. RGB value is (50,3,2). Sum of RGB (Red+Green+Blue) = 50+3+2=55 (7% of max value = 765). Red value is 50 (19.92% from 255 or 90.91% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 50 - color contains mainly: red. Hex color #320302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320302 is #CDFCFD. Grayscale: #101010. Windows color (decimal): -13499646 or 131890. OLE color: 131890.
HSL color Cylindrical-coordinate representation of color #320302: hue angle of 1.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 #320302 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 3 | 2 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.80 |
| HSL | 1.25º | 0.92% | 0.1% | - |
| HSV(B) | 1.25º | 0.96% | 0.2% | - |
| XYZ | 1.36 | 0.75 | 0.13 | - |
| YUV | 16.94 | 119.57 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 2 | 0 | 0.94 | 0.96 | 0.80 | 1.25 | 0.92 | 0.1 |
| Hex | 32 | 3 | 2 | 0 | 5E | 60 | 50 | 1 | 5C | A |
| Octal | 62 | 3 | 2 | 0 | 136 | 140 | 120 | 1 | 134 | 12 |
| Binary | 110010 | 11 | 10 | 0 | 1011110 | 1100000 | 1010000 | 1 | 1011100 | 1010 |
Color Harmonies of #320302
Complementary color
Monochromatic Colors of #320302
Black with #320302
Text Example
Text Example
White with #320302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320302; }
p { color: rgb(50,3,2); }
H1.HeaderClassName
{
color: #320302;
}
.AnyTagClassName
{
color: #320302;
}
</style>
background-color css
<style>
a { background-color: #320302; }
a { background-color: rgb(50,3,2); }
div.DivClassName
{
background-color: #320302;
}
.BgClassName
{
background-color: #320302;
}
</style>
border-color css
<style>
span { border-color: #320302; }
span { border-color: rgb(50,3,2); }
td.TdClassName
{
border-color: #320302;
}
.TagClassName
{
border-color: #320302;
}
</style>