Shades of Seal Brown #320D04
Tints of Seal Brown #320D04
RGB
CMYK
RGB Variations
Color information
#320D04 (or 0x320D04) is known color: Seal Brown. HEX triplet: 32, 0D and 04. RGB value is (50,13,4). Sum of RGB (Red+Green+Blue) = 50+13+4=67 (8% of max value = 765). Red value is 50 (19.92% from 255 or 74.63% from 67); Green value is 13 (5.47% from 255 or 19.40% from 67); Blue value is 4 (1.95% from 255 or 5.97% from 67); Max value from RGB is 50 - color contains mainly: red. Hex color #320D04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320D04 is #CDF2FB. Grayscale: #171717. Windows color (decimal): -13497084 or 265522. OLE color: 265522.
HSL color Cylindrical-coordinate representation of color #320D04: hue angle of 11.74º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #320D04 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 13 | 4 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.80 |
| HSL | 11.74º | 0.85% | 0.11% | - |
| HSV(B) | 11.74º | 0.92% | 0.2% | - |
| XYZ | 1.48 | 0.97 | 0.22 | - |
| YUV | 23.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 4 | 0 | 0.74 | 0.92 | 0.80 | 11.74 | 0.85 | 0.11 |
| Hex | 32 | D | 4 | 0 | 4A | 5C | 50 | C | 55 | B |
| Octal | 62 | 15 | 4 | 0 | 112 | 134 | 120 | 14 | 125 | 13 |
| Binary | 110010 | 1101 | 100 | 0 | 1001010 | 1011100 | 1010000 | 1100 | 1010101 | 1011 |
Color Harmonies of #320D04
Complementary color
Monochromatic Colors of #320D04
Black with #320D04
Text Example
Text Example
White with #320D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320D04; }
p { color: rgb(50,13,4); }
H1.HeaderClassName
{
color: #320D04;
}
.AnyTagClassName
{
color: #320D04;
}
</style>
background-color css
<style>
a { background-color: #320D04; }
a { background-color: rgb(50,13,4); }
div.DivClassName
{
background-color: #320D04;
}
.BgClassName
{
background-color: #320D04;
}
</style>
border-color css
<style>
span { border-color: #320D04; }
span { border-color: rgb(50,13,4); }
td.TdClassName
{
border-color: #320D04;
}
.TagClassName
{
border-color: #320D04;
}
</style>