Shades of Seal Brown #2C140E
Tints of Seal Brown #2C140E
RGB
CMYK
RGB Variations
Color information
#2C140E (or 0x2C140E) is known color: Seal Brown. HEX triplet: 2C, 14 and 0E. RGB value is (44,20,14). Sum of RGB (Red+Green+Blue) = 44+20+14=78 (10% of max value = 765). Red value is 44 (17.58% from 255 or 56.41% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 44 - color contains mainly: red. Hex color #2C140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C140E is #D3EBF1. Grayscale: #1A1A1A. Windows color (decimal): -13888498 or 922668. OLE color: 922668.
HSL color Cylindrical-coordinate representation of color #2C140E: hue angle of 12º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C140E is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 20 | 14 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.83 |
| HSL | 12º | 0.52% | 0.11% | - |
| HSV(B) | 12º | 0.68% | 0.17% | - |
| XYZ | 1.37 | 1.07 | 0.55 | - |
| YUV | 26.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 20 | 14 | 0 | 0.55 | 0.68 | 0.83 | 12 | 0.52 | 0.11 |
| Hex | 2C | 14 | E | 0 | 37 | 44 | 53 | C | 34 | B |
| Octal | 54 | 24 | 16 | 0 | 67 | 104 | 123 | 14 | 64 | 13 |
| Binary | 101100 | 10100 | 1110 | 0 | 110111 | 1000100 | 1010011 | 1100 | 110100 | 1011 |
Color Harmonies of #2C140E
Complementary color
Monochromatic Colors of #2C140E
Black with #2C140E
Text Example
Text Example
White with #2C140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C140E; }
p { color: rgb(44,20,14); }
H1.HeaderClassName
{
color: #2C140E;
}
.AnyTagClassName
{
color: #2C140E;
}
</style>
background-color css
<style>
a { background-color: #2C140E; }
a { background-color: rgb(44,20,14); }
div.DivClassName
{
background-color: #2C140E;
}
.BgClassName
{
background-color: #2C140E;
}
</style>
border-color css
<style>
span { border-color: #2C140E; }
span { border-color: rgb(44,20,14); }
td.TdClassName
{
border-color: #2C140E;
}
.TagClassName
{
border-color: #2C140E;
}
</style>