Shades of Seal Brown #3A0905
Tints of Seal Brown #3A0905
RGB
CMYK
RGB Variations
Color information
#3A0905 (or 0x3A0905) is known color: Seal Brown. HEX triplet: 3A, 09 and 05. RGB value is (58,9,5). Sum of RGB (Red+Green+Blue) = 58+9+5=72 (9% of max value = 765). Red value is 58 (23.05% from 255 or 80.56% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0905 is #C5F6FA. Grayscale: #171717. Windows color (decimal): -12973819 or 330042. OLE color: 330042.
HSL color Cylindrical-coordinate representation of color #3A0905: hue angle of 4.53º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A0905 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 9 | 5 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.77 |
| HSL | 4.53º | 0.84% | 0.12% | - |
| HSV(B) | 4.53º | 0.91% | 0.23% | - |
| XYZ | 1.87 | 1.11 | 0.26 | - |
| YUV | 23.2 | 117.73 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 5 | 0 | 0.84 | 0.91 | 0.77 | 4.53 | 0.84 | 0.12 |
| Hex | 3A | 9 | 5 | 0 | 54 | 5B | 4D | 5 | 54 | C |
| Octal | 72 | 11 | 5 | 0 | 124 | 133 | 115 | 5 | 124 | 14 |
| Binary | 111010 | 1001 | 101 | 0 | 1010100 | 1011011 | 1001101 | 101 | 1010100 | 1100 |
Color Harmonies of #3A0905
Complementary color
Monochromatic Colors of #3A0905
Black with #3A0905
Text Example
Text Example
White with #3A0905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0905; }
p { color: rgb(58,9,5); }
H1.HeaderClassName
{
color: #3A0905;
}
.AnyTagClassName
{
color: #3A0905;
}
</style>
background-color css
<style>
a { background-color: #3A0905; }
a { background-color: rgb(58,9,5); }
div.DivClassName
{
background-color: #3A0905;
}
.BgClassName
{
background-color: #3A0905;
}
</style>
border-color css
<style>
span { border-color: #3A0905; }
span { border-color: rgb(58,9,5); }
td.TdClassName
{
border-color: #3A0905;
}
.TagClassName
{
border-color: #3A0905;
}
</style>