Shades of Cedar #4D352E
Tints of Cedar #4D352E
RGB
CMYK
RGB Variations
Color information
#4D352E (or 0x4D352E) is known color: Cedar. HEX triplet: 4D, 35 and 2E. RGB value is (77,53,46). Sum of RGB (Red+Green+Blue) = 77+53+46=176 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.75% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 77 - color contains mainly: red. Hex color #4D352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D352E is #B2CAD1. Grayscale: #3B3B3B. Windows color (decimal): -11717330 or 3028301. OLE color: 3028301.
HSL color Cylindrical-coordinate representation of color #4D352E: hue angle of 13.55º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D352E is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 53 | 46 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.70 |
| HSL | 13.55º | 0.25% | 0.24% | - |
| HSV(B) | 13.55º | 0.4% | 0.3% | - |
| XYZ | 4.83 | 4.32 | 3.16 | - |
| YUV | 59.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 46 | 0 | 0.31 | 0.40 | 0.70 | 13.55 | 0.25 | 0.24 |
| Hex | 4D | 35 | 2E | 0 | 1F | 28 | 46 | E | 19 | 18 |
| Octal | 115 | 65 | 56 | 0 | 37 | 50 | 106 | 16 | 31 | 30 |
| Binary | 1001101 | 110101 | 101110 | 0 | 11111 | 101000 | 1000110 | 1110 | 11001 | 11000 |
Color Harmonies of #4D352E
Complementary color
Monochromatic Colors of #4D352E
Black with #4D352E
Text Example
Text Example
White with #4D352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D352E; }
p { color: rgb(77,53,46); }
H1.HeaderClassName
{
color: #4D352E;
}
.AnyTagClassName
{
color: #4D352E;
}
</style>
background-color css
<style>
a { background-color: #4D352E; }
a { background-color: rgb(77,53,46); }
div.DivClassName
{
background-color: #4D352E;
}
.BgClassName
{
background-color: #4D352E;
}
</style>
border-color css
<style>
span { border-color: #4D352E; }
span { border-color: rgb(77,53,46); }
td.TdClassName
{
border-color: #4D352E;
}
.TagClassName
{
border-color: #4D352E;
}
</style>