Shades of Seal Brown #3A0F07
Tints of Seal Brown #3A0F07
RGB
CMYK
RGB Variations
Color information
#3A0F07 (or 0x3A0F07) is known color: Seal Brown. HEX triplet: 3A, 0F and 07. RGB value is (58,15,7). Sum of RGB (Red+Green+Blue) = 58+15+7=80 (10% of max value = 765). Red value is 58 (23.05% from 255 or 72.5% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 7 (3.12% from 255 or 8.75% from 80); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0F07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0F07 is #C5F0F8. Grayscale: #1B1B1B. Windows color (decimal): -12972281 or 462650. OLE color: 462650.
HSL color Cylindrical-coordinate representation of color #3A0F07: hue angle of 9.41º 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 #3A0F07 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 15 | 7 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.77 |
| HSL | 9.41º | 0.78% | 0.13% | - |
| HSV(B) | 9.41º | 0.88% | 0.23% | - |
| XYZ | 1.95 | 1.26 | 0.34 | - |
| YUV | 26.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 15 | 7 | 0 | 0.74 | 0.88 | 0.77 | 9.41 | 0.78 | 0.13 |
| Hex | 3A | F | 7 | 0 | 4A | 58 | 4D | 9 | 4E | D |
| Octal | 72 | 17 | 7 | 0 | 112 | 130 | 115 | 11 | 116 | 15 |
| Binary | 111010 | 1111 | 111 | 0 | 1001010 | 1011000 | 1001101 | 1001 | 1001110 | 1101 |
Color Harmonies of #3A0F07
Complementary color
Monochromatic Colors of #3A0F07
Black with #3A0F07
Text Example
Text Example
White with #3A0F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0F07; }
p { color: rgb(58,15,7); }
H1.HeaderClassName
{
color: #3A0F07;
}
.AnyTagClassName
{
color: #3A0F07;
}
</style>
background-color css
<style>
a { background-color: #3A0F07; }
a { background-color: rgb(58,15,7); }
div.DivClassName
{
background-color: #3A0F07;
}
.BgClassName
{
background-color: #3A0F07;
}
</style>
border-color css
<style>
span { border-color: #3A0F07; }
span { border-color: rgb(58,15,7); }
td.TdClassName
{
border-color: #3A0F07;
}
.TagClassName
{
border-color: #3A0F07;
}
</style>