Shades of Seal Brown #2C1110
Tints of Seal Brown #2C1110
RGB
CMYK
RGB Variations
Color information
#2C1110 (or 0x2C1110) is known color: Seal Brown. HEX triplet: 2C, 11 and 10. RGB value is (44,17,16). Sum of RGB (Red+Green+Blue) = 44+17+16=77 (10% of max value = 765). Red value is 44 (17.58% from 255 or 57.14% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C1110 is #D3EEEF. Grayscale: #181818. Windows color (decimal): -13889264 or 1052972. OLE color: 1052972.
HSL color Cylindrical-coordinate representation of color #2C1110: hue angle of 2.14º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C1110 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 17 | 16 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.83 |
| HSL | 2.14º | 0.47% | 0.12% | - |
| HSV(B) | 2.14º | 0.64% | 0.17% | - |
| XYZ | 1.33 | 0.97 | 0.61 | - |
| YUV | 24.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 17 | 16 | 0 | 0.61 | 0.64 | 0.83 | 2.14 | 0.47 | 0.12 |
| Hex | 2C | 11 | 10 | 0 | 3D | 40 | 53 | 2 | 2F | C |
| Octal | 54 | 21 | 20 | 0 | 75 | 100 | 123 | 2 | 57 | 14 |
| Binary | 101100 | 10001 | 10000 | 0 | 111101 | 1000000 | 1010011 | 10 | 101111 | 1100 |
Color Harmonies of #2C1110
Complementary color
Monochromatic Colors of #2C1110
Black with #2C1110
Text Example
Text Example
White with #2C1110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1110; }
p { color: rgb(44,17,16); }
H1.HeaderClassName
{
color: #2C1110;
}
.AnyTagClassName
{
color: #2C1110;
}
</style>
background-color css
<style>
a { background-color: #2C1110; }
a { background-color: rgb(44,17,16); }
div.DivClassName
{
background-color: #2C1110;
}
.BgClassName
{
background-color: #2C1110;
}
</style>
border-color css
<style>
span { border-color: #2C1110; }
span { border-color: rgb(44,17,16); }
td.TdClassName
{
border-color: #2C1110;
}
.TagClassName
{
border-color: #2C1110;
}
</style>