Shades of Cedar #4B342C
Tints of Cedar #4B342C
RGB
CMYK
RGB Variations
Color information
#4B342C (or 0x4B342C) is known color: Cedar. HEX triplet: 4B, 34 and 2C. RGB value is (75,52,44). Sum of RGB (Red+Green+Blue) = 75+52+44=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 75 - color contains mainly: red. Hex color #4B342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B342C is #B4CBD3. Grayscale: #3A3A3A. Windows color (decimal): -11848660 or 2896971. OLE color: 2896971.
HSL color Cylindrical-coordinate representation of color #4B342C: hue angle of 15.48º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B342C is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 52 | 44 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.71 |
| HSL | 15.48º | 0.26% | 0.23% | - |
| HSV(B) | 15.48º | 0.41% | 0.29% | - |
| XYZ | 4.58 | 4.13 | 2.94 | - |
| YUV | 57.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 52 | 44 | 0 | 0.31 | 0.41 | 0.71 | 15.48 | 0.26 | 0.23 |
| Hex | 4B | 34 | 2C | 0 | 1F | 29 | 47 | F | 1A | 17 |
| Octal | 113 | 64 | 54 | 0 | 37 | 51 | 107 | 17 | 32 | 27 |
| Binary | 1001011 | 110100 | 101100 | 0 | 11111 | 101001 | 1000111 | 1111 | 11010 | 10111 |
Color Harmonies of #4B342C
Complementary color
Monochromatic Colors of #4B342C
Black with #4B342C
Text Example
Text Example
White with #4B342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B342C; }
p { color: rgb(75,52,44); }
H1.HeaderClassName
{
color: #4B342C;
}
.AnyTagClassName
{
color: #4B342C;
}
</style>
background-color css
<style>
a { background-color: #4B342C; }
a { background-color: rgb(75,52,44); }
div.DivClassName
{
background-color: #4B342C;
}
.BgClassName
{
background-color: #4B342C;
}
</style>
border-color css
<style>
span { border-color: #4B342C; }
span { border-color: rgb(75,52,44); }
td.TdClassName
{
border-color: #4B342C;
}
.TagClassName
{
border-color: #4B342C;
}
</style>