Shades of Cedar #472D27
Tints of Cedar #472D27
RGB
CMYK
RGB Variations
Color information
#472D27 (or 0x472D27) is known color: Cedar. HEX triplet: 47, 2D and 27. RGB value is (71,45,39). Sum of RGB (Red+Green+Blue) = 71+45+39=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #472D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D27 is #B8D2D8. Grayscale: #343434. Windows color (decimal): -12112601 or 2567495. OLE color: 2567495.
HSL color Cylindrical-coordinate representation of color #472D27: hue angle of 11.25º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #472D27 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 45 | 39 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.72 |
| HSL | 11.25º | 0.29% | 0.22% | - |
| HSV(B) | 11.25º | 0.45% | 0.28% | - |
| XYZ | 3.9 | 3.36 | 2.36 | - |
| YUV | 52.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 39 | 0 | 0.37 | 0.45 | 0.72 | 11.25 | 0.29 | 0.22 |
| Hex | 47 | 2D | 27 | 0 | 25 | 2D | 48 | B | 1D | 16 |
| Octal | 107 | 55 | 47 | 0 | 45 | 55 | 110 | 13 | 35 | 26 |
| Binary | 1000111 | 101101 | 100111 | 0 | 100101 | 101101 | 1001000 | 1011 | 11101 | 10110 |
Color Harmonies of #472D27
Complementary color
Monochromatic Colors of #472D27
Black with #472D27
Text Example
Text Example
White with #472D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D27; }
p { color: rgb(71,45,39); }
H1.HeaderClassName
{
color: #472D27;
}
.AnyTagClassName
{
color: #472D27;
}
</style>
background-color css
<style>
a { background-color: #472D27; }
a { background-color: rgb(71,45,39); }
div.DivClassName
{
background-color: #472D27;
}
.BgClassName
{
background-color: #472D27;
}
</style>
border-color css
<style>
span { border-color: #472D27; }
span { border-color: rgb(71,45,39); }
td.TdClassName
{
border-color: #472D27;
}
.TagClassName
{
border-color: #472D27;
}
</style>