Shades of Seal Brown #3A0000
Tints of Seal Brown #3A0000
RGB
CMYK
RGB Variations
Color information
#3A0000 (or 0x3A0000) is known color: Seal Brown. HEX triplet: 3A, 00 and 00. RGB value is (58,0,0). Sum of RGB (Red+Green+Blue) = 58+0+0=58 (7% of max value = 765). Red value is 58 (23.05% from 255 or 100% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0000 is #C5FFFF. Grayscale: #111111. Windows color (decimal): -12976128 or 58. OLE color: 58.
HSL color Cylindrical-coordinate representation of color #3A0000: hue angle of 0º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.77 |
| HSL | 0º | 1% | 0.11% | - |
| HSV(B) | 0º | 1% | 0.23% | - |
| XYZ | 1.74 | 0.9 | 0.08 | - |
| YUV | 17.34 | 118.22 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 0 | 0 | 1 | 1 | 0.77 | 0 | 1 | 0.11 |
| Hex | 3A | 0 | 0 | 0 | 64 | 64 | 4D | 0 | 64 | B |
| Octal | 72 | 0 | 0 | 0 | 144 | 144 | 115 | 0 | 144 | 13 |
| Binary | 111010 | 0 | 0 | 0 | 1100100 | 1100100 | 1001101 | 0 | 1100100 | 1011 |
Color Harmonies of #3A0000
Complementary color
Monochromatic Colors of #3A0000
Black with #3A0000
Text Example
Text Example
White with #3A0000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0000; }
p { color: rgb(58,0,0); }
H1.HeaderClassName
{
color: #3A0000;
}
.AnyTagClassName
{
color: #3A0000;
}
</style>
background-color css
<style>
a { background-color: #3A0000; }
a { background-color: rgb(58,0,0); }
div.DivClassName
{
background-color: #3A0000;
}
.BgClassName
{
background-color: #3A0000;
}
</style>
border-color css
<style>
span { border-color: #3A0000; }
span { border-color: rgb(58,0,0); }
td.TdClassName
{
border-color: #3A0000;
}
.TagClassName
{
border-color: #3A0000;
}
</style>