Shades of Livid Brown #2C2423
Tints of Livid Brown #2C2423
RGB
CMYK
RGB Variations
Color information
#2C2423 (or 0x2C2423) is known color: Livid Brown. HEX triplet: 2C, 24 and 23. RGB value is (44,36,35). Sum of RGB (Red+Green+Blue) = 44+36+35=115 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.26% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2423 is #D3DBDC. Grayscale: #262626. Windows color (decimal): -13884381 or 2303020. OLE color: 2303020.
HSL color Cylindrical-coordinate representation of color #2C2423: hue angle of 6.67º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2C2423 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 36 | 35 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.83 |
| HSL | 6.67º | 0.11% | 0.15% | - |
| HSV(B) | 6.67º | 0.2% | 0.17% | - |
| XYZ | 1.97 | 1.92 | 1.86 | - |
| YUV | 38.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 36 | 35 | 0 | 0.18 | 0.20 | 0.83 | 6.67 | 0.11 | 0.15 |
| Hex | 2C | 24 | 23 | 0 | 12 | 14 | 53 | 7 | B | F |
| Octal | 54 | 44 | 43 | 0 | 22 | 24 | 123 | 7 | 13 | 17 |
| Binary | 101100 | 100100 | 100011 | 0 | 10010 | 10100 | 1010011 | 111 | 1011 | 1111 |
Color Harmonies of #2C2423
Complementary color
Monochromatic Colors of #2C2423
Black with #2C2423
Text Example
Text Example
White with #2C2423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2423; }
p { color: rgb(44,36,35); }
H1.HeaderClassName
{
color: #2C2423;
}
.AnyTagClassName
{
color: #2C2423;
}
</style>
background-color css
<style>
a { background-color: #2C2423; }
a { background-color: rgb(44,36,35); }
div.DivClassName
{
background-color: #2C2423;
}
.BgClassName
{
background-color: #2C2423;
}
</style>
border-color css
<style>
span { border-color: #2C2423; }
span { border-color: rgb(44,36,35); }
td.TdClassName
{
border-color: #2C2423;
}
.TagClassName
{
border-color: #2C2423;
}
</style>