Shades of Seal Brown #3A120B
Tints of Seal Brown #3A120B
RGB
CMYK
RGB Variations
Color information
#3A120B (or 0x3A120B) is known color: Seal Brown. HEX triplet: 3A, 12 and 0B. RGB value is (58,18,11). Sum of RGB (Red+Green+Blue) = 58+18+11=87 (11% of max value = 765). Red value is 58 (23.05% from 255 or 66.67% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 58 - color contains mainly: red. Hex color #3A120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A120B is #C5EDF4. Grayscale: #1D1D1D. Windows color (decimal): -12971509 or 725562. OLE color: 725562.
HSL color Cylindrical-coordinate representation of color #3A120B: hue angle of 8.94º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A120B is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 18 | 11 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.77 |
| HSL | 8.94º | 0.68% | 0.14% | - |
| HSV(B) | 8.94º | 0.81% | 0.23% | - |
| XYZ | 2.02 | 1.36 | 0.47 | - |
| YUV | 29.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 18 | 11 | 0 | 0.69 | 0.81 | 0.77 | 8.94 | 0.68 | 0.14 |
| Hex | 3A | 12 | B | 0 | 45 | 51 | 4D | 9 | 44 | E |
| Octal | 72 | 22 | 13 | 0 | 105 | 121 | 115 | 11 | 104 | 16 |
| Binary | 111010 | 10010 | 1011 | 0 | 1000101 | 1010001 | 1001101 | 1001 | 1000100 | 1110 |
Color Harmonies of #3A120B
Complementary color
Monochromatic Colors of #3A120B
Black with #3A120B
Text Example
Text Example
White with #3A120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A120B; }
p { color: rgb(58,18,11); }
H1.HeaderClassName
{
color: #3A120B;
}
.AnyTagClassName
{
color: #3A120B;
}
</style>
background-color css
<style>
a { background-color: #3A120B; }
a { background-color: rgb(58,18,11); }
div.DivClassName
{
background-color: #3A120B;
}
.BgClassName
{
background-color: #3A120B;
}
</style>
border-color css
<style>
span { border-color: #3A120B; }
span { border-color: rgb(58,18,11); }
td.TdClassName
{
border-color: #3A120B;
}
.TagClassName
{
border-color: #3A120B;
}
</style>