Shades of Seal Brown #320303
Tints of Seal Brown #320303
RGB
CMYK
RGB Variations
Color information
#320303 (or 0x320303) is known color: Seal Brown. HEX triplet: 32, 03 and 03. RGB value is (50,3,3). Sum of RGB (Red+Green+Blue) = 50+3+3=56 (7% of max value = 765). Red value is 50 (19.92% from 255 or 89.29% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 3 (1.56% from 255 or 5.36% from 56); Max value from RGB is 50 - color contains mainly: red. Hex color #320303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320303 is #CDFCFC. Grayscale: #111111. Windows color (decimal): -13499645 or 197426. OLE color: 197426.
HSL color Cylindrical-coordinate representation of color #320303: hue angle of 0º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320303 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 3 | 3 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.80 |
| HSL | 0º | 0.89% | 0.1% | - |
| HSV(B) | 0º | 0.94% | 0.2% | - |
| XYZ | 1.36 | 0.75 | 0.16 | - |
| YUV | 17.05 | 120.07 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 3 | 0 | 0.94 | 0.94 | 0.80 | 0 | 0.89 | 0.1 |
| Hex | 32 | 3 | 3 | 0 | 5E | 5E | 50 | 0 | 59 | A |
| Octal | 62 | 3 | 3 | 0 | 136 | 136 | 120 | 0 | 131 | 12 |
| Binary | 110010 | 11 | 11 | 0 | 1011110 | 1011110 | 1010000 | 0 | 1011001 | 1010 |
Color Harmonies of #320303
Complementary color
Monochromatic Colors of #320303
Black with #320303
Text Example
Text Example
White with #320303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320303; }
p { color: rgb(50,3,3); }
H1.HeaderClassName
{
color: #320303;
}
.AnyTagClassName
{
color: #320303;
}
</style>
background-color css
<style>
a { background-color: #320303; }
a { background-color: rgb(50,3,3); }
div.DivClassName
{
background-color: #320303;
}
.BgClassName
{
background-color: #320303;
}
</style>
border-color css
<style>
span { border-color: #320303; }
span { border-color: rgb(50,3,3); }
td.TdClassName
{
border-color: #320303;
}
.TagClassName
{
border-color: #320303;
}
</style>