Shades of Cedar #4A312B
Tints of Cedar #4A312B
RGB
CMYK
RGB Variations
Color information
#4A312B (or 0x4A312B) is known color: Cedar. HEX triplet: 4A, 31 and 2B. RGB value is (74,49,43). Sum of RGB (Red+Green+Blue) = 74+49+43=166 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.58% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 74 - color contains mainly: red. Hex color #4A312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A312B is #B5CED4. Grayscale: #373737. Windows color (decimal): -11914965 or 2830666. OLE color: 2830666.
HSL color Cylindrical-coordinate representation of color #4A312B: hue angle of 11.61º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A312B is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 49 | 43 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.71 |
| HSL | 11.61º | 0.26% | 0.23% | - |
| HSV(B) | 11.61º | 0.42% | 0.29% | - |
| XYZ | 4.36 | 3.83 | 2.79 | - |
| YUV | 55.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 49 | 43 | 0 | 0.34 | 0.42 | 0.71 | 11.61 | 0.26 | 0.23 |
| Hex | 4A | 31 | 2B | 0 | 22 | 2A | 47 | C | 1A | 17 |
| Octal | 112 | 61 | 53 | 0 | 42 | 52 | 107 | 14 | 32 | 27 |
| Binary | 1001010 | 110001 | 101011 | 0 | 100010 | 101010 | 1000111 | 1100 | 11010 | 10111 |
Color Harmonies of #4A312B
Complementary color
Monochromatic Colors of #4A312B
Black with #4A312B
Text Example
Text Example
White with #4A312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A312B; }
p { color: rgb(74,49,43); }
H1.HeaderClassName
{
color: #4A312B;
}
.AnyTagClassName
{
color: #4A312B;
}
</style>
background-color css
<style>
a { background-color: #4A312B; }
a { background-color: rgb(74,49,43); }
div.DivClassName
{
background-color: #4A312B;
}
.BgClassName
{
background-color: #4A312B;
}
</style>
border-color css
<style>
span { border-color: #4A312B; }
span { border-color: rgb(74,49,43); }
td.TdClassName
{
border-color: #4A312B;
}
.TagClassName
{
border-color: #4A312B;
}
</style>