Shades of Cedar #4C342C
Tints of Cedar #4C342C
RGB
CMYK
RGB Variations
Color information
#4C342C (or 0x4C342C) is known color: Cedar. HEX triplet: 4C, 34 and 2C. RGB value is (76,52,44). Sum of RGB (Red+Green+Blue) = 76+52+44=172 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.19% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 76 - color contains mainly: red. Hex color #4C342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C342C is #B3CBD3. Grayscale: #3A3A3A. Windows color (decimal): -11783124 or 2896972. OLE color: 2896972.
HSL color Cylindrical-coordinate representation of color #4C342C: hue angle of 15º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C342C is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 52 | 44 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.70 |
| HSL | 15º | 0.27% | 0.24% | - |
| HSV(B) | 15º | 0.42% | 0.3% | - |
| XYZ | 4.66 | 4.17 | 2.94 | - |
| YUV | 58.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 52 | 44 | 0 | 0.32 | 0.42 | 0.70 | 15 | 0.27 | 0.24 |
| Hex | 4C | 34 | 2C | 0 | 20 | 2A | 46 | F | 1B | 18 |
| Octal | 114 | 64 | 54 | 0 | 40 | 52 | 106 | 17 | 33 | 30 |
| Binary | 1001100 | 110100 | 101100 | 0 | 100000 | 101010 | 1000110 | 1111 | 11011 | 11000 |
Color Harmonies of #4C342C
Complementary color
Monochromatic Colors of #4C342C
Black with #4C342C
Text Example
Text Example
White with #4C342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C342C; }
p { color: rgb(76,52,44); }
H1.HeaderClassName
{
color: #4C342C;
}
.AnyTagClassName
{
color: #4C342C;
}
</style>
background-color css
<style>
a { background-color: #4C342C; }
a { background-color: rgb(76,52,44); }
div.DivClassName
{
background-color: #4C342C;
}
.BgClassName
{
background-color: #4C342C;
}
</style>
border-color css
<style>
span { border-color: #4C342C; }
span { border-color: rgb(76,52,44); }
td.TdClassName
{
border-color: #4C342C;
}
.TagClassName
{
border-color: #4C342C;
}
</style>