Shades of Cedar #47332F
Tints of Cedar #47332F
RGB
CMYK
RGB Variations
Color information
#47332F (or 0x47332F) is known color: Cedar. HEX triplet: 47, 33 and 2F. RGB value is (71,51,47). Sum of RGB (Red+Green+Blue) = 71+51+47=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #47332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47332F is #B8CCD0. Grayscale: #383838. Windows color (decimal): -12111057 or 3093319. OLE color: 3093319.
HSL color Cylindrical-coordinate representation of color #47332F: hue angle of 10º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47332F is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 51 | 47 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.72 |
| HSL | 10º | 0.2% | 0.23% | - |
| HSV(B) | 10º | 0.34% | 0.28% | - |
| XYZ | 4.3 | 3.91 | 3.22 | - |
| YUV | 56.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 47 | 0 | 0.28 | 0.34 | 0.72 | 10 | 0.2 | 0.23 |
| Hex | 47 | 33 | 2F | 0 | 1C | 22 | 48 | A | 14 | 17 |
| Octal | 107 | 63 | 57 | 0 | 34 | 42 | 110 | 12 | 24 | 27 |
| Binary | 1000111 | 110011 | 101111 | 0 | 11100 | 100010 | 1001000 | 1010 | 10100 | 10111 |
Color Harmonies of #47332F
Complementary color
Monochromatic Colors of #47332F
Black with #47332F
Text Example
Text Example
White with #47332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47332F; }
p { color: rgb(71,51,47); }
H1.HeaderClassName
{
color: #47332F;
}
.AnyTagClassName
{
color: #47332F;
}
</style>
background-color css
<style>
a { background-color: #47332F; }
a { background-color: rgb(71,51,47); }
div.DivClassName
{
background-color: #47332F;
}
.BgClassName
{
background-color: #47332F;
}
</style>
border-color css
<style>
span { border-color: #47332F; }
span { border-color: rgb(71,51,47); }
td.TdClassName
{
border-color: #47332F;
}
.TagClassName
{
border-color: #47332F;
}
</style>