Shades of Seal Brown #2C120C
Tints of Seal Brown #2C120C
RGB
CMYK
RGB Variations
Color information
#2C120C (or 0x2C120C) is known color: Seal Brown. HEX triplet: 2C, 12 and 0C. RGB value is (44,18,12). Sum of RGB (Red+Green+Blue) = 44+18+12=74 (9% of max value = 765). Red value is 44 (17.58% from 255 or 59.46% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 44 - color contains mainly: red. Hex color #2C120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C120C is #D3EDF3. Grayscale: #191919. Windows color (decimal): -13889012 or 791084. OLE color: 791084.
HSL color Cylindrical-coordinate representation of color #2C120C: hue angle of 11.25º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C120C is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 18 | 12 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.83 |
| HSL | 11.25º | 0.57% | 0.11% | - |
| HSV(B) | 11.25º | 0.73% | 0.17% | - |
| XYZ | 1.32 | 0.99 | 0.47 | - |
| YUV | 25.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 18 | 12 | 0 | 0.59 | 0.73 | 0.83 | 11.25 | 0.57 | 0.11 |
| Hex | 2C | 12 | C | 0 | 3B | 49 | 53 | B | 39 | B |
| Octal | 54 | 22 | 14 | 0 | 73 | 111 | 123 | 13 | 71 | 13 |
| Binary | 101100 | 10010 | 1100 | 0 | 111011 | 1001001 | 1010011 | 1011 | 111001 | 1011 |
Color Harmonies of #2C120C
Complementary color
Monochromatic Colors of #2C120C
Black with #2C120C
Text Example
Text Example
White with #2C120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C120C; }
p { color: rgb(44,18,12); }
H1.HeaderClassName
{
color: #2C120C;
}
.AnyTagClassName
{
color: #2C120C;
}
</style>
background-color css
<style>
a { background-color: #2C120C; }
a { background-color: rgb(44,18,12); }
div.DivClassName
{
background-color: #2C120C;
}
.BgClassName
{
background-color: #2C120C;
}
</style>
border-color css
<style>
span { border-color: #2C120C; }
span { border-color: rgb(44,18,12); }
td.TdClassName
{
border-color: #2C120C;
}
.TagClassName
{
border-color: #2C120C;
}
</style>