Shades of Seal Brown #320802
Tints of Seal Brown #320802
RGB
CMYK
RGB Variations
Color information
#320802 (or 0x320802) is known color: Seal Brown. HEX triplet: 32, 08 and 02. RGB value is (50,8,2). Sum of RGB (Red+Green+Blue) = 50+8+2=60 (7% of max value = 765). Red value is 50 (19.92% from 255 or 83.33% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 2 (1.17% from 255 or 3.33% from 60); Max value from RGB is 50 - color contains mainly: red. Hex color #320802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320802 is #CDF7FD. Grayscale: #131313. Windows color (decimal): -13498366 or 133170. OLE color: 133170.
HSL color Cylindrical-coordinate representation of color #320802: hue angle of 7.5º 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 #320802 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 8 | 2 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.80 |
| HSL | 7.5º | 0.92% | 0.1% | - |
| HSV(B) | 7.5º | 0.96% | 0.2% | - |
| XYZ | 1.41 | 0.86 | 0.15 | - |
| YUV | 19.87 | 117.91 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 8 | 2 | 0 | 0.84 | 0.96 | 0.80 | 7.5 | 0.92 | 0.1 |
| Hex | 32 | 8 | 2 | 0 | 54 | 60 | 50 | 8 | 5C | A |
| Octal | 62 | 10 | 2 | 0 | 124 | 140 | 120 | 10 | 134 | 12 |
| Binary | 110010 | 1000 | 10 | 0 | 1010100 | 1100000 | 1010000 | 1000 | 1011100 | 1010 |
Color Harmonies of #320802
Complementary color
Monochromatic Colors of #320802
Black with #320802
Text Example
Text Example
White with #320802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320802; }
p { color: rgb(50,8,2); }
H1.HeaderClassName
{
color: #320802;
}
.AnyTagClassName
{
color: #320802;
}
</style>
background-color css
<style>
a { background-color: #320802; }
a { background-color: rgb(50,8,2); }
div.DivClassName
{
background-color: #320802;
}
.BgClassName
{
background-color: #320802;
}
</style>
border-color css
<style>
span { border-color: #320802; }
span { border-color: rgb(50,8,2); }
td.TdClassName
{
border-color: #320802;
}
.TagClassName
{
border-color: #320802;
}
</style>