Shades of Cedar #4E3831
Tints of Cedar #4E3831
RGB
CMYK
RGB Variations
Color information
#4E3831 (or 0x4E3831) is known color: Cedar. HEX triplet: 4E, 38 and 31. RGB value is (78,56,49). Sum of RGB (Red+Green+Blue) = 78+56+49=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3831 is #B1C7CE. Grayscale: #3D3D3D. Windows color (decimal): -11651023 or 3225678. OLE color: 3225678.
HSL color Cylindrical-coordinate representation of color #4E3831: hue angle of 14.48º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E3831 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 56 | 49 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.69 |
| HSL | 14.48º | 0.23% | 0.25% | - |
| HSV(B) | 14.48º | 0.37% | 0.31% | - |
| XYZ | 5.11 | 4.67 | 3.54 | - |
| YUV | 61.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 56 | 49 | 0 | 0.28 | 0.37 | 0.69 | 14.48 | 0.23 | 0.25 |
| Hex | 4E | 38 | 31 | 0 | 1C | 25 | 45 | E | 17 | 19 |
| Octal | 116 | 70 | 61 | 0 | 34 | 45 | 105 | 16 | 27 | 31 |
| Binary | 1001110 | 111000 | 110001 | 0 | 11100 | 100101 | 1000101 | 1110 | 10111 | 11001 |
Color Harmonies of #4E3831
Complementary color
Monochromatic Colors of #4E3831
Black with #4E3831
Text Example
Text Example
White with #4E3831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3831; }
p { color: rgb(78,56,49); }
H1.HeaderClassName
{
color: #4E3831;
}
.AnyTagClassName
{
color: #4E3831;
}
</style>
background-color css
<style>
a { background-color: #4E3831; }
a { background-color: rgb(78,56,49); }
div.DivClassName
{
background-color: #4E3831;
}
.BgClassName
{
background-color: #4E3831;
}
</style>
border-color css
<style>
span { border-color: #4E3831; }
span { border-color: rgb(78,56,49); }
td.TdClassName
{
border-color: #4E3831;
}
.TagClassName
{
border-color: #4E3831;
}
</style>