Shades of Seal Brown #3A0908
Tints of Seal Brown #3A0908
RGB
CMYK
RGB Variations
Color information
#3A0908 (or 0x3A0908) is known color: Seal Brown. HEX triplet: 3A, 09 and 08. RGB value is (58,9,8). Sum of RGB (Red+Green+Blue) = 58+9+8=75 (9% of max value = 765). Red value is 58 (23.05% from 255 or 77.33% from 75); Green value is 9 (3.91% from 255 or 12% from 75); Blue value is 8 (3.52% from 255 or 10.67% from 75); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0908 is #C5F6F7. Grayscale: #171717. Windows color (decimal): -12973816 or 526650. OLE color: 526650.
HSL color Cylindrical-coordinate representation of color #3A0908: hue angle of 1.2º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A0908 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 9 | 8 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.77 |
| HSL | 1.2º | 0.76% | 0.13% | - |
| HSV(B) | 1.2º | 0.86% | 0.23% | - |
| XYZ | 1.89 | 1.11 | 0.35 | - |
| YUV | 23.54 | 119.23 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 8 | 0 | 0.84 | 0.86 | 0.77 | 1.2 | 0.76 | 0.13 |
| Hex | 3A | 9 | 8 | 0 | 54 | 56 | 4D | 1 | 4C | D |
| Octal | 72 | 11 | 10 | 0 | 124 | 126 | 115 | 1 | 114 | 15 |
| Binary | 111010 | 1001 | 1000 | 0 | 1010100 | 1010110 | 1001101 | 1 | 1001100 | 1101 |
Color Harmonies of #3A0908
Complementary color
Monochromatic Colors of #3A0908
Black with #3A0908
Text Example
Text Example
White with #3A0908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0908; }
p { color: rgb(58,9,8); }
H1.HeaderClassName
{
color: #3A0908;
}
.AnyTagClassName
{
color: #3A0908;
}
</style>
background-color css
<style>
a { background-color: #3A0908; }
a { background-color: rgb(58,9,8); }
div.DivClassName
{
background-color: #3A0908;
}
.BgClassName
{
background-color: #3A0908;
}
</style>
border-color css
<style>
span { border-color: #3A0908; }
span { border-color: rgb(58,9,8); }
td.TdClassName
{
border-color: #3A0908;
}
.TagClassName
{
border-color: #3A0908;
}
</style>