Shades of Seal Brown #2C140C
Tints of Seal Brown #2C140C
RGB
CMYK
RGB Variations
Color information
#2C140C (or 0x2C140C) is known color: Seal Brown. HEX triplet: 2C, 14 and 0C. RGB value is (44,20,12). Sum of RGB (Red+Green+Blue) = 44+20+12=76 (10% of max value = 765). Red value is 44 (17.58% from 255 or 57.89% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 44 - color contains mainly: red. Hex color #2C140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C140C is #D3EBF3. Grayscale: #1A1A1A. Windows color (decimal): -13888500 or 791596. OLE color: 791596.
HSL color Cylindrical-coordinate representation of color #2C140C: hue angle of 15º 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 #2C140C is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 20 | 12 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.83 |
| HSL | 15º | 0.57% | 0.11% | - |
| HSV(B) | 15º | 0.73% | 0.17% | - |
| XYZ | 1.36 | 1.06 | 0.48 | - |
| YUV | 26.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 20 | 12 | 0 | 0.55 | 0.73 | 0.83 | 15 | 0.57 | 0.11 |
| Hex | 2C | 14 | C | 0 | 37 | 49 | 53 | F | 39 | B |
| Octal | 54 | 24 | 14 | 0 | 67 | 111 | 123 | 17 | 71 | 13 |
| Binary | 101100 | 10100 | 1100 | 0 | 110111 | 1001001 | 1010011 | 1111 | 111001 | 1011 |
Color Harmonies of #2C140C
Complementary color
Monochromatic Colors of #2C140C
Black with #2C140C
Text Example
Text Example
White with #2C140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C140C; }
p { color: rgb(44,20,12); }
H1.HeaderClassName
{
color: #2C140C;
}
.AnyTagClassName
{
color: #2C140C;
}
</style>
background-color css
<style>
a { background-color: #2C140C; }
a { background-color: rgb(44,20,12); }
div.DivClassName
{
background-color: #2C140C;
}
.BgClassName
{
background-color: #2C140C;
}
</style>
border-color css
<style>
span { border-color: #2C140C; }
span { border-color: rgb(44,20,12); }
td.TdClassName
{
border-color: #2C140C;
}
.TagClassName
{
border-color: #2C140C;
}
</style>