Shades of Seal Brown #3A0F00
Tints of Seal Brown #3A0F00
RGB
CMYK
RGB Variations
Color information
#3A0F00 (or 0x3A0F00) is known color: Seal Brown. HEX triplet: 3A, 0F and 00. RGB value is (58,15,0). Sum of RGB (Red+Green+Blue) = 58+15+0=73 (9% of max value = 765). Red value is 58 (23.05% from 255 or 79.45% from 73); Green value is 15 (6.25% from 255 or 20.55% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0F00 is #C5F0FF. Grayscale: #1A1A1A. Windows color (decimal): -12972288 or 3898. OLE color: 3898.
HSL color Cylindrical-coordinate representation of color #3A0F00: hue angle of 15.52º 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 #3A0F00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 15 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.77 |
| HSL | 15.52º | 1% | 0.11% | - |
| HSV(B) | 15.52º | 1% | 0.23% | - |
| XYZ | 1.92 | 1.24 | 0.14 | - |
| YUV | 26.15 | 113.25 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 15 | 0 | 0 | 0.74 | 1 | 0.77 | 15.52 | 1 | 0.11 |
| Hex | 3A | F | 0 | 0 | 4A | 64 | 4D | 10 | 64 | B |
| Octal | 72 | 17 | 0 | 0 | 112 | 144 | 115 | 20 | 144 | 13 |
| Binary | 111010 | 1111 | 0 | 0 | 1001010 | 1100100 | 1001101 | 10000 | 1100100 | 1011 |
Color Harmonies of #3A0F00
Complementary color
Monochromatic Colors of #3A0F00
Black with #3A0F00
Text Example
Text Example
White with #3A0F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0F00; }
p { color: rgb(58,15,0); }
H1.HeaderClassName
{
color: #3A0F00;
}
.AnyTagClassName
{
color: #3A0F00;
}
</style>
background-color css
<style>
a { background-color: #3A0F00; }
a { background-color: rgb(58,15,0); }
div.DivClassName
{
background-color: #3A0F00;
}
.BgClassName
{
background-color: #3A0F00;
}
</style>
border-color css
<style>
span { border-color: #3A0F00; }
span { border-color: rgb(58,15,0); }
td.TdClassName
{
border-color: #3A0F00;
}
.TagClassName
{
border-color: #3A0F00;
}
</style>