Shades of Cedar #47312C
Tints of Cedar #47312C
RGB
CMYK
RGB Variations
Color information
#47312C (or 0x47312C) is known color: Cedar. HEX triplet: 47, 31 and 2C. RGB value is (71,49,44). Sum of RGB (Red+Green+Blue) = 71+49+44=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #47312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47312C is #B8CED3. Grayscale: #373737. Windows color (decimal): -12111572 or 2896199. OLE color: 2896199.
HSL color Cylindrical-coordinate representation of color #47312C: hue angle of 11.11º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #47312C is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 49 | 44 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.72 |
| HSL | 11.11º | 0.23% | 0.23% | - |
| HSV(B) | 11.11º | 0.38% | 0.28% | - |
| XYZ | 4.15 | 3.72 | 2.88 | - |
| YUV | 55.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 44 | 0 | 0.31 | 0.38 | 0.72 | 11.11 | 0.23 | 0.23 |
| Hex | 47 | 31 | 2C | 0 | 1F | 26 | 48 | B | 17 | 17 |
| Octal | 107 | 61 | 54 | 0 | 37 | 46 | 110 | 13 | 27 | 27 |
| Binary | 1000111 | 110001 | 101100 | 0 | 11111 | 100110 | 1001000 | 1011 | 10111 | 10111 |
Color Harmonies of #47312C
Complementary color
Monochromatic Colors of #47312C
Black with #47312C
Text Example
Text Example
White with #47312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47312C; }
p { color: rgb(71,49,44); }
H1.HeaderClassName
{
color: #47312C;
}
.AnyTagClassName
{
color: #47312C;
}
</style>
background-color css
<style>
a { background-color: #47312C; }
a { background-color: rgb(71,49,44); }
div.DivClassName
{
background-color: #47312C;
}
.BgClassName
{
background-color: #47312C;
}
</style>
border-color css
<style>
span { border-color: #47312C; }
span { border-color: rgb(71,49,44); }
td.TdClassName
{
border-color: #47312C;
}
.TagClassName
{
border-color: #47312C;
}
</style>