Shades of Cedar #4E3630
Tints of Cedar #4E3630
RGB
CMYK
RGB Variations
Color information
#4E3630 (or 0x4E3630) is known color: Cedar. HEX triplet: 4E, 36 and 30. RGB value is (78,54,48). Sum of RGB (Red+Green+Blue) = 78+54+48=180 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.33% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3630 is #B1C9CF. Grayscale: #3C3C3C. Windows color (decimal): -11651536 or 3159630. OLE color: 3159630.
HSL color Cylindrical-coordinate representation of color #4E3630: hue angle of 12º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E3630 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 54 | 48 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.69 |
| HSL | 12º | 0.24% | 0.25% | - |
| HSV(B) | 12º | 0.38% | 0.31% | - |
| XYZ | 4.99 | 4.47 | 3.4 | - |
| YUV | 60.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 54 | 48 | 0 | 0.31 | 0.38 | 0.69 | 12 | 0.24 | 0.25 |
| Hex | 4E | 36 | 30 | 0 | 1F | 26 | 45 | C | 18 | 19 |
| Octal | 116 | 66 | 60 | 0 | 37 | 46 | 105 | 14 | 30 | 31 |
| Binary | 1001110 | 110110 | 110000 | 0 | 11111 | 100110 | 1000101 | 1100 | 11000 | 11001 |
Color Harmonies of #4E3630
Complementary color
Monochromatic Colors of #4E3630
Black with #4E3630
Text Example
Text Example
White with #4E3630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3630; }
p { color: rgb(78,54,48); }
H1.HeaderClassName
{
color: #4E3630;
}
.AnyTagClassName
{
color: #4E3630;
}
</style>
background-color css
<style>
a { background-color: #4E3630; }
a { background-color: rgb(78,54,48); }
div.DivClassName
{
background-color: #4E3630;
}
.BgClassName
{
background-color: #4E3630;
}
</style>
border-color css
<style>
span { border-color: #4E3630; }
span { border-color: rgb(78,54,48); }
td.TdClassName
{
border-color: #4E3630;
}
.TagClassName
{
border-color: #4E3630;
}
</style>