Shades of Seal Brown #3A1212
Tints of Seal Brown #3A1212
RGB
CMYK
RGB Variations
Color information
#3A1212 (or 0x3A1212) is known color: Seal Brown. HEX triplet: 3A, 12 and 12. RGB value is (58,18,18). Sum of RGB (Red+Green+Blue) = 58+18+18=94 (12% of max value = 765). Red value is 58 (23.05% from 255 or 61.70% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1212 is #C5EDED. Grayscale: #1D1D1D. Windows color (decimal): -12971502 or 1184314. OLE color: 1184314.
HSL color Cylindrical-coordinate representation of color #3A1212: hue angle of 0º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A1212 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 18 | 18 | - |
CMYK | 0 | 0.69 | 0.69 | 0.77 |
HSL | 0º | 0.53% | 0.15% | - |
HSV(B) | 0º | 0.69% | 0.23% | - |
XYZ | 2.07 | 1.38 | 0.73 | - |
YUV | 29.96 | 121.25 | 148 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 18 | 18 | 0 | 0.69 | 0.69 | 0.77 | 0 | 0.53 | 0.15 |
Hex | 3A | 12 | 12 | 0 | 45 | 45 | 4D | 0 | 35 | F |
Octal | 72 | 22 | 22 | 0 | 105 | 105 | 115 | 0 | 65 | 17 |
Binary | 111010 | 10010 | 10010 | 0 | 1000101 | 1000101 | 1001101 | 0 | 110101 | 1111 |
Color Harmonies of #3A1212
Complementary color
Monochromatic Colors of #3A1212
Black with #3A1212
Text Example
Text Example
White with #3A1212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1212; }
p { color: rgb(58,18,18); }
H1.HeaderClassName
{
color: #3A1212;
}
.AnyTagClassName
{
color: #3A1212;
}
</style>
background-color css
<style>
a { background-color: #3A1212; }
a { background-color: rgb(58,18,18); }
div.DivClassName
{
background-color: #3A1212;
}
.BgClassName
{
background-color: #3A1212;
}
</style>
border-color css
<style>
span { border-color: #3A1212; }
span { border-color: rgb(58,18,18); }
td.TdClassName
{
border-color: #3A1212;
}
.TagClassName
{
border-color: #3A1212;
}
</style>