Shades of Livid Brown #3C2926
Tints of Livid Brown #3C2926
RGB
CMYK
RGB Variations
Color information
#3C2926 (or 0x3C2926) is known color: Livid Brown. HEX triplet: 3C, 29 and 26. RGB value is (60,41,38). Sum of RGB (Red+Green+Blue) = 60+41+38=139 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.17% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2926 is #C3D6D9. Grayscale: #2E2E2E. Windows color (decimal): -12834522 or 2500924. OLE color: 2500924.
HSL color Cylindrical-coordinate representation of color #3C2926: hue angle of 8.18º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C2926 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 41 | 38 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.76 |
| HSL | 8.18º | 0.22% | 0.19% | - |
| HSV(B) | 8.18º | 0.37% | 0.24% | - |
| XYZ | 3.01 | 2.69 | 2.19 | - |
| YUV | 46.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 38 | 0 | 0.32 | 0.37 | 0.76 | 8.18 | 0.22 | 0.19 |
| Hex | 3C | 29 | 26 | 0 | 20 | 25 | 4C | 8 | 16 | 13 |
| Octal | 74 | 51 | 46 | 0 | 40 | 45 | 114 | 10 | 26 | 23 |
| Binary | 111100 | 101001 | 100110 | 0 | 100000 | 100101 | 1001100 | 1000 | 10110 | 10011 |
Color Harmonies of #3C2926
Complementary color
Monochromatic Colors of #3C2926
Black with #3C2926
Text Example
Text Example
White with #3C2926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2926; }
p { color: rgb(60,41,38); }
H1.HeaderClassName
{
color: #3C2926;
}
.AnyTagClassName
{
color: #3C2926;
}
</style>
background-color css
<style>
a { background-color: #3C2926; }
a { background-color: rgb(60,41,38); }
div.DivClassName
{
background-color: #3C2926;
}
.BgClassName
{
background-color: #3C2926;
}
</style>
border-color css
<style>
span { border-color: #3C2926; }
span { border-color: rgb(60,41,38); }
td.TdClassName
{
border-color: #3C2926;
}
.TagClassName
{
border-color: #3C2926;
}
</style>