Shades of Seal Brown #3A0907
Tints of Seal Brown #3A0907
RGB
CMYK
RGB Variations
Color information
#3A0907 (or 0x3A0907) is known color: Seal Brown. HEX triplet: 3A, 09 and 07. RGB value is (58,9,7). Sum of RGB (Red+Green+Blue) = 58+9+7=74 (9% of max value = 765). Red value is 58 (23.05% from 255 or 78.38% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 7 (3.12% from 255 or 9.46% from 74); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0907 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0907 is #C5F6F8. Grayscale: #171717. Windows color (decimal): -12973817 or 461114. OLE color: 461114.
HSL color Cylindrical-coordinate representation of color #3A0907: hue angle of 2.35º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A0907 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 9 | 7 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.77 |
| HSL | 2.35º | 0.78% | 0.13% | - |
| HSV(B) | 2.35º | 0.88% | 0.23% | - |
| XYZ | 1.88 | 1.11 | 0.32 | - |
| YUV | 23.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 7 | 0 | 0.84 | 0.88 | 0.77 | 2.35 | 0.78 | 0.13 |
| Hex | 3A | 9 | 7 | 0 | 54 | 58 | 4D | 2 | 4E | D |
| Octal | 72 | 11 | 7 | 0 | 124 | 130 | 115 | 2 | 116 | 15 |
| Binary | 111010 | 1001 | 111 | 0 | 1010100 | 1011000 | 1001101 | 10 | 1001110 | 1101 |
Color Harmonies of #3A0907
Complementary color
Monochromatic Colors of #3A0907
Black with #3A0907
Text Example
Text Example
White with #3A0907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0907; }
p { color: rgb(58,9,7); }
H1.HeaderClassName
{
color: #3A0907;
}
.AnyTagClassName
{
color: #3A0907;
}
</style>
background-color css
<style>
a { background-color: #3A0907; }
a { background-color: rgb(58,9,7); }
div.DivClassName
{
background-color: #3A0907;
}
.BgClassName
{
background-color: #3A0907;
}
</style>
border-color css
<style>
span { border-color: #3A0907; }
span { border-color: rgb(58,9,7); }
td.TdClassName
{
border-color: #3A0907;
}
.TagClassName
{
border-color: #3A0907;
}
</style>