Shades of Cedar #4E352E
Tints of Cedar #4E352E
RGB
CMYK
RGB Variations
Color information
#4E352E (or 0x4E352E) is known color: Cedar. HEX triplet: 4E, 35 and 2E. RGB value is (78,53,46). Sum of RGB (Red+Green+Blue) = 78+53+46=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 78 - color contains mainly: red. Hex color #4E352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E352E is #B1CAD1. Grayscale: #3B3B3B. Windows color (decimal): -11651794 or 3028302. OLE color: 3028302.
HSL color Cylindrical-coordinate representation of color #4E352E: hue angle of 13.12º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E352E is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 53 | 46 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.69 |
| HSL | 13.13º | 0.26% | 0.24% | - |
| HSV(B) | 13.13º | 0.41% | 0.31% | - |
| XYZ | 4.91 | 4.36 | 3.17 | - |
| YUV | 59.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 46 | 0 | 0.32 | 0.41 | 0.69 | 13.13 | 0.26 | 0.24 |
| Hex | 4E | 35 | 2E | 0 | 20 | 29 | 45 | D | 1A | 18 |
| Octal | 116 | 65 | 56 | 0 | 40 | 51 | 105 | 15 | 32 | 30 |
| Binary | 1001110 | 110101 | 101110 | 0 | 100000 | 101001 | 1000101 | 1101 | 11010 | 11000 |
Color Harmonies of #4E352E
Complementary color
Monochromatic Colors of #4E352E
Black with #4E352E
Text Example
Text Example
White with #4E352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E352E; }
p { color: rgb(78,53,46); }
H1.HeaderClassName
{
color: #4E352E;
}
.AnyTagClassName
{
color: #4E352E;
}
</style>
background-color css
<style>
a { background-color: #4E352E; }
a { background-color: rgb(78,53,46); }
div.DivClassName
{
background-color: #4E352E;
}
.BgClassName
{
background-color: #4E352E;
}
</style>
border-color css
<style>
span { border-color: #4E352E; }
span { border-color: rgb(78,53,46); }
td.TdClassName
{
border-color: #4E352E;
}
.TagClassName
{
border-color: #4E352E;
}
</style>