Shades of Cedar #492F28
Tints of Cedar #492F28
RGB
CMYK
RGB Variations
Color information
#492F28 (or 0x492F28) is known color: Cedar. HEX triplet: 49, 2F and 28. RGB value is (73,47,40). Sum of RGB (Red+Green+Blue) = 73+47+40=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #492F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F28 is #B6D0D7. Grayscale: #363636. Windows color (decimal): -11981016 or 2633545. OLE color: 2633545.
HSL color Cylindrical-coordinate representation of color #492F28: hue angle of 12.73º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #492F28 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 47 | 40 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.71 |
| HSL | 12.73º | 0.29% | 0.22% | - |
| HSV(B) | 12.73º | 0.45% | 0.29% | - |
| XYZ | 4.15 | 3.6 | 2.48 | - |
| YUV | 53.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 40 | 0 | 0.36 | 0.45 | 0.71 | 12.73 | 0.29 | 0.22 |
| Hex | 49 | 2F | 28 | 0 | 24 | 2D | 47 | D | 1D | 16 |
| Octal | 111 | 57 | 50 | 0 | 44 | 55 | 107 | 15 | 35 | 26 |
| Binary | 1001001 | 101111 | 101000 | 0 | 100100 | 101101 | 1000111 | 1101 | 11101 | 10110 |
Color Harmonies of #492F28
Complementary color
Monochromatic Colors of #492F28
Black with #492F28
Text Example
Text Example
White with #492F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492F28; }
p { color: rgb(73,47,40); }
H1.HeaderClassName
{
color: #492F28;
}
.AnyTagClassName
{
color: #492F28;
}
</style>
background-color css
<style>
a { background-color: #492F28; }
a { background-color: rgb(73,47,40); }
div.DivClassName
{
background-color: #492F28;
}
.BgClassName
{
background-color: #492F28;
}
</style>
border-color css
<style>
span { border-color: #492F28; }
span { border-color: rgb(73,47,40); }
td.TdClassName
{
border-color: #492F28;
}
.TagClassName
{
border-color: #492F28;
}
</style>