Shades of Cedar #4C3832
Tints of Cedar #4C3832
RGB
CMYK
RGB Variations
Color information
#4C3832 (or 0x4C3832) is known color: Cedar. HEX triplet: 4C, 38 and 32. RGB value is (76,56,50). Sum of RGB (Red+Green+Blue) = 76+56+50=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3832 is #B3C7CD. Grayscale: #3D3D3D. Windows color (decimal): -11782094 or 3291212. OLE color: 3291212.
HSL color Cylindrical-coordinate representation of color #4C3832: hue angle of 13.85º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C3832 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 56 | 50 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.70 |
| HSL | 13.85º | 0.21% | 0.25% | - |
| HSV(B) | 13.85º | 0.34% | 0.3% | - |
| XYZ | 4.97 | 4.6 | 3.64 | - |
| YUV | 61.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 56 | 50 | 0 | 0.26 | 0.34 | 0.70 | 13.85 | 0.21 | 0.25 |
| Hex | 4C | 38 | 32 | 0 | 1A | 22 | 46 | E | 15 | 19 |
| Octal | 114 | 70 | 62 | 0 | 32 | 42 | 106 | 16 | 25 | 31 |
| Binary | 1001100 | 111000 | 110010 | 0 | 11010 | 100010 | 1000110 | 1110 | 10101 | 11001 |
Color Harmonies of #4C3832
Complementary color
Monochromatic Colors of #4C3832
Black with #4C3832
Text Example
Text Example
White with #4C3832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3832; }
p { color: rgb(76,56,50); }
H1.HeaderClassName
{
color: #4C3832;
}
.AnyTagClassName
{
color: #4C3832;
}
</style>
background-color css
<style>
a { background-color: #4C3832; }
a { background-color: rgb(76,56,50); }
div.DivClassName
{
background-color: #4C3832;
}
.BgClassName
{
background-color: #4C3832;
}
</style>
border-color css
<style>
span { border-color: #4C3832; }
span { border-color: rgb(76,56,50); }
td.TdClassName
{
border-color: #4C3832;
}
.TagClassName
{
border-color: #4C3832;
}
</style>