Shades of Seal Brown #3A0906
Tints of Seal Brown #3A0906
RGB
CMYK
RGB Variations
Color information
#3A0906 (or 0x3A0906) is known color: Seal Brown. HEX triplet: 3A, 09 and 06. RGB value is (58,9,6). Sum of RGB (Red+Green+Blue) = 58+9+6=73 (9% of max value = 765). Red value is 58 (23.05% from 255 or 79.45% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0906 is #C5F6F9. Grayscale: #171717. Windows color (decimal): -12973818 or 395578. OLE color: 395578.
HSL color Cylindrical-coordinate representation of color #3A0906: hue angle of 3.46º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A0906 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 9 | 6 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.77 |
| HSL | 3.46º | 0.81% | 0.13% | - |
| HSV(B) | 3.46º | 0.9% | 0.23% | - |
| XYZ | 1.88 | 1.11 | 0.29 | - |
| YUV | 23.31 | 118.23 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 6 | 0 | 0.84 | 0.90 | 0.77 | 3.46 | 0.81 | 0.13 |
| Hex | 3A | 9 | 6 | 0 | 54 | 5A | 4D | 3 | 51 | D |
| Octal | 72 | 11 | 6 | 0 | 124 | 132 | 115 | 3 | 121 | 15 |
| Binary | 111010 | 1001 | 110 | 0 | 1010100 | 1011010 | 1001101 | 11 | 1010001 | 1101 |
Color Harmonies of #3A0906
Complementary color
Monochromatic Colors of #3A0906
Black with #3A0906
Text Example
Text Example
White with #3A0906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0906; }
p { color: rgb(58,9,6); }
H1.HeaderClassName
{
color: #3A0906;
}
.AnyTagClassName
{
color: #3A0906;
}
</style>
background-color css
<style>
a { background-color: #3A0906; }
a { background-color: rgb(58,9,6); }
div.DivClassName
{
background-color: #3A0906;
}
.BgClassName
{
background-color: #3A0906;
}
</style>
border-color css
<style>
span { border-color: #3A0906; }
span { border-color: rgb(58,9,6); }
td.TdClassName
{
border-color: #3A0906;
}
.TagClassName
{
border-color: #3A0906;
}
</style>