Shades of Seal Brown #2C110A
Tints of Seal Brown #2C110A
RGB
CMYK
RGB Variations
Color information
#2C110A (or 0x2C110A) is known color: Seal Brown. HEX triplet: 2C, 11 and 0A. RGB value is (44,17,10). Sum of RGB (Red+Green+Blue) = 44+17+10=71 (9% of max value = 765). Red value is 44 (17.58% from 255 or 61.97% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 10 (4.30% from 255 or 14.08% from 71); Max value from RGB is 44 - color contains mainly: red. Hex color #2C110A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C110A is #D3EEF5. Grayscale: #181818. Windows color (decimal): -13889270 or 659756. OLE color: 659756.
HSL color Cylindrical-coordinate representation of color #2C110A: hue angle of 12.35º degrees, saturation: 0.63, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C110A is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 17 | 10 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.83 |
| HSL | 12.35º | 0.63% | 0.11% | - |
| HSV(B) | 12.35º | 0.77% | 0.17% | - |
| XYZ | 1.29 | 0.96 | 0.4 | - |
| YUV | 24.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 17 | 10 | 0 | 0.61 | 0.77 | 0.83 | 12.35 | 0.63 | 0.11 |
| Hex | 2C | 11 | A | 0 | 3D | 4D | 53 | C | 3F | B |
| Octal | 54 | 21 | 12 | 0 | 75 | 115 | 123 | 14 | 77 | 13 |
| Binary | 101100 | 10001 | 1010 | 0 | 111101 | 1001101 | 1010011 | 1100 | 111111 | 1011 |
Color Harmonies of #2C110A
Complementary color
Monochromatic Colors of #2C110A
Black with #2C110A
Text Example
Text Example
White with #2C110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C110A; }
p { color: rgb(44,17,10); }
H1.HeaderClassName
{
color: #2C110A;
}
.AnyTagClassName
{
color: #2C110A;
}
</style>
background-color css
<style>
a { background-color: #2C110A; }
a { background-color: rgb(44,17,10); }
div.DivClassName
{
background-color: #2C110A;
}
.BgClassName
{
background-color: #2C110A;
}
</style>
border-color css
<style>
span { border-color: #2C110A; }
span { border-color: rgb(44,17,10); }
td.TdClassName
{
border-color: #2C110A;
}
.TagClassName
{
border-color: #2C110A;
}
</style>