Shades of Seal Brown #2C110B
Tints of Seal Brown #2C110B
RGB
CMYK
RGB Variations
Color information
#2C110B (or 0x2C110B) is known color: Seal Brown. HEX triplet: 2C, 11 and 0B. RGB value is (44,17,11). Sum of RGB (Red+Green+Blue) = 44+17+11=72 (9% of max value = 765). Red value is 44 (17.58% from 255 or 61.11% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 44 - color contains mainly: red. Hex color #2C110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C110B is #D3EEF4. Grayscale: #181818. Windows color (decimal): -13889269 or 725292. OLE color: 725292.
HSL color Cylindrical-coordinate representation of color #2C110B: hue angle of 10.91º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C110B is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 17 | 11 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.83 |
| HSL | 10.91º | 0.6% | 0.11% | - |
| HSV(B) | 10.91º | 0.75% | 0.17% | - |
| XYZ | 1.3 | 0.96 | 0.43 | - |
| YUV | 24.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 17 | 11 | 0 | 0.61 | 0.75 | 0.83 | 10.91 | 0.6 | 0.11 |
| Hex | 2C | 11 | B | 0 | 3D | 4B | 53 | B | 3C | B |
| Octal | 54 | 21 | 13 | 0 | 75 | 113 | 123 | 13 | 74 | 13 |
| Binary | 101100 | 10001 | 1011 | 0 | 111101 | 1001011 | 1010011 | 1011 | 111100 | 1011 |
Color Harmonies of #2C110B
Complementary color
Monochromatic Colors of #2C110B
Black with #2C110B
Text Example
Text Example
White with #2C110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C110B; }
p { color: rgb(44,17,11); }
H1.HeaderClassName
{
color: #2C110B;
}
.AnyTagClassName
{
color: #2C110B;
}
</style>
background-color css
<style>
a { background-color: #2C110B; }
a { background-color: rgb(44,17,11); }
div.DivClassName
{
background-color: #2C110B;
}
.BgClassName
{
background-color: #2C110B;
}
</style>
border-color css
<style>
span { border-color: #2C110B; }
span { border-color: rgb(44,17,11); }
td.TdClassName
{
border-color: #2C110B;
}
.TagClassName
{
border-color: #2C110B;
}
</style>