Shades of Seal Brown #321008
Tints of Seal Brown #321008
RGB
CMYK
RGB Variations
Color information
#321008 (or 0x321008) is known color: Seal Brown. HEX triplet: 32, 10 and 08. RGB value is (50,16,8). Sum of RGB (Red+Green+Blue) = 50+16+8=74 (9% of max value = 765). Red value is 50 (19.92% from 255 or 67.57% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 50 - color contains mainly: red. Hex color #321008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321008 is #CDEFF7. Grayscale: #191919. Windows color (decimal): -13496312 or 528434. OLE color: 528434.
HSL color Cylindrical-coordinate representation of color #321008: hue angle of 11.43º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321008 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 16 | 8 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.80 |
| HSL | 11.43º | 0.72% | 0.11% | - |
| HSV(B) | 11.43º | 0.84% | 0.2% | - |
| XYZ | 1.54 | 1.07 | 0.35 | - |
| YUV | 25.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 8 | 0 | 0.68 | 0.84 | 0.80 | 11.43 | 0.72 | 0.11 |
| Hex | 32 | 10 | 8 | 0 | 44 | 54 | 50 | B | 48 | B |
| Octal | 62 | 20 | 10 | 0 | 104 | 124 | 120 | 13 | 110 | 13 |
| Binary | 110010 | 10000 | 1000 | 0 | 1000100 | 1010100 | 1010000 | 1011 | 1001000 | 1011 |
Color Harmonies of #321008
Complementary color
Monochromatic Colors of #321008
Black with #321008
Text Example
Text Example
White with #321008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321008; }
p { color: rgb(50,16,8); }
H1.HeaderClassName
{
color: #321008;
}
.AnyTagClassName
{
color: #321008;
}
</style>
background-color css
<style>
a { background-color: #321008; }
a { background-color: rgb(50,16,8); }
div.DivClassName
{
background-color: #321008;
}
.BgClassName
{
background-color: #321008;
}
</style>
border-color css
<style>
span { border-color: #321008; }
span { border-color: rgb(50,16,8); }
td.TdClassName
{
border-color: #321008;
}
.TagClassName
{
border-color: #321008;
}
</style>