Shades of Cedar #4E372F
Tints of Cedar #4E372F
RGB
CMYK
RGB Variations
Color information
#4E372F (or 0x4E372F) is known color: Cedar. HEX triplet: 4E, 37 and 2F. RGB value is (78,55,47). Sum of RGB (Red+Green+Blue) = 78+55+47=180 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.33% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 78 - color contains mainly: red. Hex color #4E372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E372F is #B1C8D0. Grayscale: #3D3D3D. Windows color (decimal): -11651281 or 3094350. OLE color: 3094350.
HSL color Cylindrical-coordinate representation of color #4E372F: hue angle of 15.48º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E372F is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 55 | 47 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.69 |
| HSL | 15.48º | 0.25% | 0.25% | - |
| HSV(B) | 15.48º | 0.4% | 0.31% | - |
| XYZ | 5.02 | 4.56 | 3.3 | - |
| YUV | 60.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 55 | 47 | 0 | 0.29 | 0.40 | 0.69 | 15.48 | 0.25 | 0.25 |
| Hex | 4E | 37 | 2F | 0 | 1D | 28 | 45 | F | 19 | 19 |
| Octal | 116 | 67 | 57 | 0 | 35 | 50 | 105 | 17 | 31 | 31 |
| Binary | 1001110 | 110111 | 101111 | 0 | 11101 | 101000 | 1000101 | 1111 | 11001 | 11001 |
Color Harmonies of #4E372F
Complementary color
Monochromatic Colors of #4E372F
Black with #4E372F
Text Example
Text Example
White with #4E372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E372F; }
p { color: rgb(78,55,47); }
H1.HeaderClassName
{
color: #4E372F;
}
.AnyTagClassName
{
color: #4E372F;
}
</style>
background-color css
<style>
a { background-color: #4E372F; }
a { background-color: rgb(78,55,47); }
div.DivClassName
{
background-color: #4E372F;
}
.BgClassName
{
background-color: #4E372F;
}
</style>
border-color css
<style>
span { border-color: #4E372F; }
span { border-color: rgb(78,55,47); }
td.TdClassName
{
border-color: #4E372F;
}
.TagClassName
{
border-color: #4E372F;
}
</style>