Shades of Seal Brown #3A120F
Tints of Seal Brown #3A120F
RGB
CMYK
RGB Variations
Color information
#3A120F (or 0x3A120F) is known color: Seal Brown. HEX triplet: 3A, 12 and 0F. RGB value is (58,18,15). Sum of RGB (Red+Green+Blue) = 58+18+15=91 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.74% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 58 - color contains mainly: red. Hex color #3A120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A120F is #C5EDF0. Grayscale: #1D1D1D. Windows color (decimal): -12971505 or 987706. OLE color: 987706.
HSL color Cylindrical-coordinate representation of color #3A120F: hue angle of 4.19º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A120F is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 18 | 15 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.77 |
| HSL | 4.19º | 0.59% | 0.14% | - |
| HSV(B) | 4.19º | 0.74% | 0.23% | - |
| XYZ | 2.05 | 1.37 | 0.61 | - |
| YUV | 29.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 18 | 15 | 0 | 0.69 | 0.74 | 0.77 | 4.19 | 0.59 | 0.14 |
| Hex | 3A | 12 | F | 0 | 45 | 4A | 4D | 4 | 3B | E |
| Octal | 72 | 22 | 17 | 0 | 105 | 112 | 115 | 4 | 73 | 16 |
| Binary | 111010 | 10010 | 1111 | 0 | 1000101 | 1001010 | 1001101 | 100 | 111011 | 1110 |
Color Harmonies of #3A120F
Complementary color
Monochromatic Colors of #3A120F
Black with #3A120F
Text Example
Text Example
White with #3A120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A120F; }
p { color: rgb(58,18,15); }
H1.HeaderClassName
{
color: #3A120F;
}
.AnyTagClassName
{
color: #3A120F;
}
</style>
background-color css
<style>
a { background-color: #3A120F; }
a { background-color: rgb(58,18,15); }
div.DivClassName
{
background-color: #3A120F;
}
.BgClassName
{
background-color: #3A120F;
}
</style>
border-color css
<style>
span { border-color: #3A120F; }
span { border-color: rgb(58,18,15); }
td.TdClassName
{
border-color: #3A120F;
}
.TagClassName
{
border-color: #3A120F;
}
</style>