Shades of Cedar #4C332B
Tints of Cedar #4C332B
RGB
CMYK
RGB Variations
Color information
#4C332B (or 0x4C332B) is known color: Cedar. HEX triplet: 4C, 33 and 2B. RGB value is (76,51,43). Sum of RGB (Red+Green+Blue) = 76+51+43=170 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.71% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 76 - color contains mainly: red. Hex color #4C332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C332B is #B3CCD4. Grayscale: #393939. Windows color (decimal): -11783381 or 2831180. OLE color: 2831180.
HSL color Cylindrical-coordinate representation of color #4C332B: hue angle of 14.55º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C332B is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 51 | 43 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.70 |
| HSL | 14.55º | 0.28% | 0.23% | - |
| HSV(B) | 14.55º | 0.43% | 0.3% | - |
| XYZ | 4.6 | 4.08 | 2.83 | - |
| YUV | 57.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 51 | 43 | 0 | 0.33 | 0.43 | 0.70 | 14.55 | 0.28 | 0.23 |
| Hex | 4C | 33 | 2B | 0 | 21 | 2B | 46 | F | 1C | 17 |
| Octal | 114 | 63 | 53 | 0 | 41 | 53 | 106 | 17 | 34 | 27 |
| Binary | 1001100 | 110011 | 101011 | 0 | 100001 | 101011 | 1000110 | 1111 | 11100 | 10111 |
Color Harmonies of #4C332B
Complementary color
Monochromatic Colors of #4C332B
Black with #4C332B
Text Example
Text Example
White with #4C332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C332B; }
p { color: rgb(76,51,43); }
H1.HeaderClassName
{
color: #4C332B;
}
.AnyTagClassName
{
color: #4C332B;
}
</style>
background-color css
<style>
a { background-color: #4C332B; }
a { background-color: rgb(76,51,43); }
div.DivClassName
{
background-color: #4C332B;
}
.BgClassName
{
background-color: #4C332B;
}
</style>
border-color css
<style>
span { border-color: #4C332B; }
span { border-color: rgb(76,51,43); }
td.TdClassName
{
border-color: #4C332B;
}
.TagClassName
{
border-color: #4C332B;
}
</style>