Shades of Cedar #4A2F27
Tints of Cedar #4A2F27
RGB
CMYK
RGB Variations
Color information
#4A2F27 (or 0x4A2F27) is known color: Cedar. HEX triplet: 4A, 2F and 27. RGB value is (74,47,39). Sum of RGB (Red+Green+Blue) = 74+47+39=160 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.25% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2F27 is #B5D0D8. Grayscale: #363636. Windows color (decimal): -11915481 or 2568010. OLE color: 2568010.
HSL color Cylindrical-coordinate representation of color #4A2F27: hue angle of 13.71º degrees, saturation: 0.31, 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 #4A2F27 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 47 | 39 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.71 |
| HSL | 13.71º | 0.31% | 0.22% | - |
| HSV(B) | 13.71º | 0.47% | 0.29% | - |
| XYZ | 4.21 | 3.64 | 2.4 | - |
| YUV | 54.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 47 | 39 | 0 | 0.36 | 0.47 | 0.71 | 13.71 | 0.31 | 0.22 |
| Hex | 4A | 2F | 27 | 0 | 24 | 2F | 47 | E | 1F | 16 |
| Octal | 112 | 57 | 47 | 0 | 44 | 57 | 107 | 16 | 37 | 26 |
| Binary | 1001010 | 101111 | 100111 | 0 | 100100 | 101111 | 1000111 | 1110 | 11111 | 10110 |
Color Harmonies of #4A2F27
Complementary color
Monochromatic Colors of #4A2F27
Black with #4A2F27
Text Example
Text Example
White with #4A2F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2F27; }
p { color: rgb(74,47,39); }
H1.HeaderClassName
{
color: #4A2F27;
}
.AnyTagClassName
{
color: #4A2F27;
}
</style>
background-color css
<style>
a { background-color: #4A2F27; }
a { background-color: rgb(74,47,39); }
div.DivClassName
{
background-color: #4A2F27;
}
.BgClassName
{
background-color: #4A2F27;
}
</style>
border-color css
<style>
span { border-color: #4A2F27; }
span { border-color: rgb(74,47,39); }
td.TdClassName
{
border-color: #4A2F27;
}
.TagClassName
{
border-color: #4A2F27;
}
</style>