Shades of Cedar #472E28
Tints of Cedar #472E28
RGB
CMYK
RGB Variations
Color information
#472E28 (or 0x472E28) is known color: Cedar. HEX triplet: 47, 2E and 28. RGB value is (71,46,40). Sum of RGB (Red+Green+Blue) = 71+46+40=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #472E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E28 is #B8D1D7. Grayscale: #343434. Windows color (decimal): -12112344 or 2633287. OLE color: 2633287.
HSL color Cylindrical-coordinate representation of color #472E28: hue angle of 11.61º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #472E28 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 46 | 40 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.72 |
| HSL | 11.61º | 0.28% | 0.22% | - |
| HSV(B) | 11.61º | 0.44% | 0.28% | - |
| XYZ | 3.96 | 3.45 | 2.46 | - |
| YUV | 52.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 40 | 0 | 0.35 | 0.44 | 0.72 | 11.61 | 0.28 | 0.22 |
| Hex | 47 | 2E | 28 | 0 | 23 | 2C | 48 | C | 1C | 16 |
| Octal | 107 | 56 | 50 | 0 | 43 | 54 | 110 | 14 | 34 | 26 |
| Binary | 1000111 | 101110 | 101000 | 0 | 100011 | 101100 | 1001000 | 1100 | 11100 | 10110 |
Color Harmonies of #472E28
Complementary color
Monochromatic Colors of #472E28
Black with #472E28
Text Example
Text Example
White with #472E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472E28; }
p { color: rgb(71,46,40); }
H1.HeaderClassName
{
color: #472E28;
}
.AnyTagClassName
{
color: #472E28;
}
</style>
background-color css
<style>
a { background-color: #472E28; }
a { background-color: rgb(71,46,40); }
div.DivClassName
{
background-color: #472E28;
}
.BgClassName
{
background-color: #472E28;
}
</style>
border-color css
<style>
span { border-color: #472E28; }
span { border-color: rgb(71,46,40); }
td.TdClassName
{
border-color: #472E28;
}
.TagClassName
{
border-color: #472E28;
}
</style>