Shades of Cedar #472F2A
Tints of Cedar #472F2A
RGB
CMYK
RGB Variations
Color information
#472F2A (or 0x472F2A) is known color: Cedar. HEX triplet: 47, 2F and 2A. RGB value is (71,47,42). Sum of RGB (Red+Green+Blue) = 71+47+42=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #472F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F2A is #B8D0D5. Grayscale: #353535. Windows color (decimal): -12112086 or 2764615. OLE color: 2764615.
HSL color Cylindrical-coordinate representation of color #472F2A: hue angle of 10.34º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #472F2A is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 47 | 42 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.72 |
| HSL | 10.34º | 0.26% | 0.22% | - |
| HSV(B) | 10.34º | 0.41% | 0.28% | - |
| XYZ | 4.03 | 3.54 | 2.66 | - |
| YUV | 53.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 42 | 0 | 0.34 | 0.41 | 0.72 | 10.34 | 0.26 | 0.22 |
| Hex | 47 | 2F | 2A | 0 | 22 | 29 | 48 | A | 1A | 16 |
| Octal | 107 | 57 | 52 | 0 | 42 | 51 | 110 | 12 | 32 | 26 |
| Binary | 1000111 | 101111 | 101010 | 0 | 100010 | 101001 | 1001000 | 1010 | 11010 | 10110 |
Color Harmonies of #472F2A
Complementary color
Monochromatic Colors of #472F2A
Black with #472F2A
Text Example
Text Example
White with #472F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F2A; }
p { color: rgb(71,47,42); }
H1.HeaderClassName
{
color: #472F2A;
}
.AnyTagClassName
{
color: #472F2A;
}
</style>
background-color css
<style>
a { background-color: #472F2A; }
a { background-color: rgb(71,47,42); }
div.DivClassName
{
background-color: #472F2A;
}
.BgClassName
{
background-color: #472F2A;
}
</style>
border-color css
<style>
span { border-color: #472F2A; }
span { border-color: rgb(71,47,42); }
td.TdClassName
{
border-color: #472F2A;
}
.TagClassName
{
border-color: #472F2A;
}
</style>