Shades of Seal Brown #2C1C1B
Tints of Seal Brown #2C1C1B
RGB
CMYK
RGB Variations
Color information
#2C1C1B (or 0x2C1C1B) is known color: Seal Brown. HEX triplet: 2C, 1C and 1B. RGB value is (44,28,27). Sum of RGB (Red+Green+Blue) = 44+28+27=99 (13% of max value = 765). Red value is 44 (17.58% from 255 or 44.44% from 99); Green value is 28 (11.33% from 255 or 28.28% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C1C1B is #D3E3E4. Grayscale: #202020. Windows color (decimal): -13886437 or 1776684. OLE color: 1776684.
HSL color Cylindrical-coordinate representation of color #2C1C1B: hue angle of 3.53º degrees, saturation: 0.24, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2C1C1B is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 28 | 27 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.83 |
| HSL | 3.53º | 0.24% | 0.14% | - |
| HSV(B) | 3.53º | 0.39% | 0.17% | - |
| XYZ | 1.65 | 1.45 | 1.23 | - |
| YUV | 32.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 28 | 27 | 0 | 0.36 | 0.39 | 0.83 | 3.53 | 0.24 | 0.14 |
| Hex | 2C | 1C | 1B | 0 | 24 | 27 | 53 | 4 | 18 | E |
| Octal | 54 | 34 | 33 | 0 | 44 | 47 | 123 | 4 | 30 | 16 |
| Binary | 101100 | 11100 | 11011 | 0 | 100100 | 100111 | 1010011 | 100 | 11000 | 1110 |
Color Harmonies of #2C1C1B
Complementary color
Monochromatic Colors of #2C1C1B
Black with #2C1C1B
Text Example
Text Example
White with #2C1C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1C1B; }
p { color: rgb(44,28,27); }
H1.HeaderClassName
{
color: #2C1C1B;
}
.AnyTagClassName
{
color: #2C1C1B;
}
</style>
background-color css
<style>
a { background-color: #2C1C1B; }
a { background-color: rgb(44,28,27); }
div.DivClassName
{
background-color: #2C1C1B;
}
.BgClassName
{
background-color: #2C1C1B;
}
</style>
border-color css
<style>
span { border-color: #2C1C1B; }
span { border-color: rgb(44,28,27); }
td.TdClassName
{
border-color: #2C1C1B;
}
.TagClassName
{
border-color: #2C1C1B;
}
</style>