Shades of Cedar #4D332B
Tints of Cedar #4D332B
RGB
CMYK
RGB Variations
Color information
#4D332B (or 0x4D332B) is known color: Cedar. HEX triplet: 4D, 33 and 2B. RGB value is (77,51,43). Sum of RGB (Red+Green+Blue) = 77+51+43=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 77 - color contains mainly: red. Hex color #4D332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D332B is #B2CCD4. Grayscale: #393939. Windows color (decimal): -11717845 or 2831181. OLE color: 2831181.
HSL color Cylindrical-coordinate representation of color #4D332B: hue angle of 14.12º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D332B is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 51 | 43 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.70 |
| HSL | 14.12º | 0.28% | 0.24% | - |
| HSV(B) | 14.12º | 0.44% | 0.3% | - |
| XYZ | 4.68 | 4.12 | 2.83 | - |
| YUV | 57.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 43 | 0 | 0.34 | 0.44 | 0.70 | 14.12 | 0.28 | 0.24 |
| Hex | 4D | 33 | 2B | 0 | 22 | 2C | 46 | E | 1C | 18 |
| Octal | 115 | 63 | 53 | 0 | 42 | 54 | 106 | 16 | 34 | 30 |
| Binary | 1001101 | 110011 | 101011 | 0 | 100010 | 101100 | 1000110 | 1110 | 11100 | 11000 |
Color Harmonies of #4D332B
Complementary color
Monochromatic Colors of #4D332B
Black with #4D332B
Text Example
Text Example
White with #4D332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D332B; }
p { color: rgb(77,51,43); }
H1.HeaderClassName
{
color: #4D332B;
}
.AnyTagClassName
{
color: #4D332B;
}
</style>
background-color css
<style>
a { background-color: #4D332B; }
a { background-color: rgb(77,51,43); }
div.DivClassName
{
background-color: #4D332B;
}
.BgClassName
{
background-color: #4D332B;
}
</style>
border-color css
<style>
span { border-color: #4D332B; }
span { border-color: rgb(77,51,43); }
td.TdClassName
{
border-color: #4D332B;
}
.TagClassName
{
border-color: #4D332B;
}
</style>