Shades of Cedar #4A322A
Tints of Cedar #4A322A
RGB
CMYK
RGB Variations
Color information
#4A322A (or 0x4A322A) is known color: Cedar. HEX triplet: 4A, 32 and 2A. RGB value is (74,50,42). Sum of RGB (Red+Green+Blue) = 74+50+42=166 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.58% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 74 - color contains mainly: red. Hex color #4A322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A322A is #B5CDD5. Grayscale: #383838. Windows color (decimal): -11914710 or 2765386. OLE color: 2765386.
HSL color Cylindrical-coordinate representation of color #4A322A: hue angle of 15º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A322A is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 50 | 42 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.71 |
| HSL | 15º | 0.28% | 0.23% | - |
| HSV(B) | 15º | 0.43% | 0.29% | - |
| XYZ | 4.38 | 3.9 | 2.71 | - |
| YUV | 56.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 50 | 42 | 0 | 0.32 | 0.43 | 0.71 | 15 | 0.28 | 0.23 |
| Hex | 4A | 32 | 2A | 0 | 20 | 2B | 47 | F | 1C | 17 |
| Octal | 112 | 62 | 52 | 0 | 40 | 53 | 107 | 17 | 34 | 27 |
| Binary | 1001010 | 110010 | 101010 | 0 | 100000 | 101011 | 1000111 | 1111 | 11100 | 10111 |
Color Harmonies of #4A322A
Complementary color
Monochromatic Colors of #4A322A
Black with #4A322A
Text Example
Text Example
White with #4A322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A322A; }
p { color: rgb(74,50,42); }
H1.HeaderClassName
{
color: #4A322A;
}
.AnyTagClassName
{
color: #4A322A;
}
</style>
background-color css
<style>
a { background-color: #4A322A; }
a { background-color: rgb(74,50,42); }
div.DivClassName
{
background-color: #4A322A;
}
.BgClassName
{
background-color: #4A322A;
}
</style>
border-color css
<style>
span { border-color: #4A322A; }
span { border-color: rgb(74,50,42); }
td.TdClassName
{
border-color: #4A322A;
}
.TagClassName
{
border-color: #4A322A;
}
</style>