Shades of Seal Brown #3A0F03
Tints of Seal Brown #3A0F03
RGB
CMYK
RGB Variations
Color information
#3A0F03 (or 0x3A0F03) is known color: Seal Brown. HEX triplet: 3A, 0F and 03. RGB value is (58,15,3). Sum of RGB (Red+Green+Blue) = 58+15+3=76 (10% of max value = 765). Red value is 58 (23.05% from 255 or 76.32% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 3 (1.56% from 255 or 3.95% from 76); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0F03 is #C5F0FC. Grayscale: #1A1A1A. Windows color (decimal): -12972285 or 200506. OLE color: 200506.
HSL color Cylindrical-coordinate representation of color #3A0F03: hue angle of 13.09º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0F03 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 15 | 3 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.77 |
| HSL | 13.09º | 0.9% | 0.12% | - |
| HSV(B) | 13.09º | 0.95% | 0.23% | - |
| XYZ | 1.93 | 1.25 | 0.23 | - |
| YUV | 26.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 15 | 3 | 0 | 0.74 | 0.95 | 0.77 | 13.09 | 0.9 | 0.12 |
| Hex | 3A | F | 3 | 0 | 4A | 5F | 4D | D | 5A | C |
| Octal | 72 | 17 | 3 | 0 | 112 | 137 | 115 | 15 | 132 | 14 |
| Binary | 111010 | 1111 | 11 | 0 | 1001010 | 1011111 | 1001101 | 1101 | 1011010 | 1100 |
Color Harmonies of #3A0F03
Complementary color
Monochromatic Colors of #3A0F03
Black with #3A0F03
Text Example
Text Example
White with #3A0F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0F03; }
p { color: rgb(58,15,3); }
H1.HeaderClassName
{
color: #3A0F03;
}
.AnyTagClassName
{
color: #3A0F03;
}
</style>
background-color css
<style>
a { background-color: #3A0F03; }
a { background-color: rgb(58,15,3); }
div.DivClassName
{
background-color: #3A0F03;
}
.BgClassName
{
background-color: #3A0F03;
}
</style>
border-color css
<style>
span { border-color: #3A0F03; }
span { border-color: rgb(58,15,3); }
td.TdClassName
{
border-color: #3A0F03;
}
.TagClassName
{
border-color: #3A0F03;
}
</style>