Shades of Cedar #4A3934
Tints of Cedar #4A3934
RGB
CMYK
RGB Variations
Color information
#4A3934 (or 0x4A3934) is known color: Cedar. HEX triplet: 4A, 39 and 34. RGB value is (74,57,52). Sum of RGB (Red+Green+Blue) = 74+57+52=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3934 is #B5C6CB. Grayscale: #3D3D3D. Windows color (decimal): -11912908 or 3422538. OLE color: 3422538.
HSL color Cylindrical-coordinate representation of color #4A3934: hue angle of 13.64º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A3934 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 57 | 52 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.71 |
| HSL | 13.64º | 0.17% | 0.25% | - |
| HSV(B) | 13.64º | 0.3% | 0.29% | - |
| XYZ | 4.91 | 4.63 | 3.88 | - |
| YUV | 61.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 52 | 0 | 0.23 | 0.30 | 0.71 | 13.64 | 0.17 | 0.25 |
| Hex | 4A | 39 | 34 | 0 | 17 | 1E | 47 | E | 11 | 19 |
| Octal | 112 | 71 | 64 | 0 | 27 | 36 | 107 | 16 | 21 | 31 |
| Binary | 1001010 | 111001 | 110100 | 0 | 10111 | 11110 | 1000111 | 1110 | 10001 | 11001 |
Color Harmonies of #4A3934
Complementary color
Monochromatic Colors of #4A3934
Black with #4A3934
Text Example
Text Example
White with #4A3934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3934; }
p { color: rgb(74,57,52); }
H1.HeaderClassName
{
color: #4A3934;
}
.AnyTagClassName
{
color: #4A3934;
}
</style>
background-color css
<style>
a { background-color: #4A3934; }
a { background-color: rgb(74,57,52); }
div.DivClassName
{
background-color: #4A3934;
}
.BgClassName
{
background-color: #4A3934;
}
</style>
border-color css
<style>
span { border-color: #4A3934; }
span { border-color: rgb(74,57,52); }
td.TdClassName
{
border-color: #4A3934;
}
.TagClassName
{
border-color: #4A3934;
}
</style>