Shades of Seal Brown #3A0F08
Tints of Seal Brown #3A0F08
RGB
CMYK
RGB Variations
Color information
#3A0F08 (or 0x3A0F08) is known color: Seal Brown. HEX triplet: 3A, 0F and 08. RGB value is (58,15,8). Sum of RGB (Red+Green+Blue) = 58+15+8=81 (10% of max value = 765). Red value is 58 (23.05% from 255 or 71.60% from 81); Green value is 15 (6.25% from 255 or 18.52% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0F08 is #C5F0F7. Grayscale: #1B1B1B. Windows color (decimal): -12972280 or 528186. OLE color: 528186.
HSL color Cylindrical-coordinate representation of color #3A0F08: hue angle of 8.4º 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 #3A0F08 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 15 | 8 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.77 |
| HSL | 8.4º | 0.76% | 0.13% | - |
| HSV(B) | 8.4º | 0.86% | 0.23% | - |
| XYZ | 1.96 | 1.26 | 0.37 | - |
| YUV | 27.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 15 | 8 | 0 | 0.74 | 0.86 | 0.77 | 8.4 | 0.76 | 0.13 |
| Hex | 3A | F | 8 | 0 | 4A | 56 | 4D | 8 | 4C | D |
| Octal | 72 | 17 | 10 | 0 | 112 | 126 | 115 | 10 | 114 | 15 |
| Binary | 111010 | 1111 | 1000 | 0 | 1001010 | 1010110 | 1001101 | 1000 | 1001100 | 1101 |
Color Harmonies of #3A0F08
Complementary color
Monochromatic Colors of #3A0F08
Black with #3A0F08
Text Example
Text Example
White with #3A0F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0F08; }
p { color: rgb(58,15,8); }
H1.HeaderClassName
{
color: #3A0F08;
}
.AnyTagClassName
{
color: #3A0F08;
}
</style>
background-color css
<style>
a { background-color: #3A0F08; }
a { background-color: rgb(58,15,8); }
div.DivClassName
{
background-color: #3A0F08;
}
.BgClassName
{
background-color: #3A0F08;
}
</style>
border-color css
<style>
span { border-color: #3A0F08; }
span { border-color: rgb(58,15,8); }
td.TdClassName
{
border-color: #3A0F08;
}
.TagClassName
{
border-color: #3A0F08;
}
</style>