Shades of Cedar #492F27
Tints of Cedar #492F27
RGB
CMYK
RGB Variations
Color information
#492F27 (or 0x492F27) is known color: Cedar. HEX triplet: 49, 2F and 27. RGB value is (73,47,39). Sum of RGB (Red+Green+Blue) = 73+47+39=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #492F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F27 is #B6D0D8. Grayscale: #353535. Windows color (decimal): -11981017 or 2568009. OLE color: 2568009.
HSL color Cylindrical-coordinate representation of color #492F27: hue angle of 14.12º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #492F27 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 47 | 39 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.71 |
| HSL | 14.12º | 0.3% | 0.22% | - |
| HSV(B) | 14.12º | 0.47% | 0.29% | - |
| XYZ | 4.13 | 3.6 | 2.4 | - |
| YUV | 53.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 39 | 0 | 0.36 | 0.47 | 0.71 | 14.12 | 0.3 | 0.22 |
| Hex | 49 | 2F | 27 | 0 | 24 | 2F | 47 | E | 1E | 16 |
| Octal | 111 | 57 | 47 | 0 | 44 | 57 | 107 | 16 | 36 | 26 |
| Binary | 1001001 | 101111 | 100111 | 0 | 100100 | 101111 | 1000111 | 1110 | 11110 | 10110 |
Color Harmonies of #492F27
Complementary color
Monochromatic Colors of #492F27
Black with #492F27
Text Example
Text Example
White with #492F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492F27; }
p { color: rgb(73,47,39); }
H1.HeaderClassName
{
color: #492F27;
}
.AnyTagClassName
{
color: #492F27;
}
</style>
background-color css
<style>
a { background-color: #492F27; }
a { background-color: rgb(73,47,39); }
div.DivClassName
{
background-color: #492F27;
}
.BgClassName
{
background-color: #492F27;
}
</style>
border-color css
<style>
span { border-color: #492F27; }
span { border-color: rgb(73,47,39); }
td.TdClassName
{
border-color: #492F27;
}
.TagClassName
{
border-color: #492F27;
}
</style>