Shades of Cedar #4B332C
Tints of Cedar #4B332C
RGB
CMYK
RGB Variations
Color information
#4B332C (or 0x4B332C) is known color: Cedar. HEX triplet: 4B, 33 and 2C. RGB value is (75,51,44). Sum of RGB (Red+Green+Blue) = 75+51+44=170 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.12% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 75 - color contains mainly: red. Hex color #4B332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B332C is #B4CCD3. Grayscale: #393939. Windows color (decimal): -11848916 or 2896715. OLE color: 2896715.
HSL color Cylindrical-coordinate representation of color #4B332C: hue angle of 13.55º 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 #4B332C is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 51 | 44 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.71 |
| HSL | 13.55º | 0.26% | 0.23% | - |
| HSV(B) | 13.55º | 0.41% | 0.29% | - |
| XYZ | 4.54 | 4.05 | 2.92 | - |
| YUV | 57.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 51 | 44 | 0 | 0.32 | 0.41 | 0.71 | 13.55 | 0.26 | 0.23 |
| Hex | 4B | 33 | 2C | 0 | 20 | 29 | 47 | E | 1A | 17 |
| Octal | 113 | 63 | 54 | 0 | 40 | 51 | 107 | 16 | 32 | 27 |
| Binary | 1001011 | 110011 | 101100 | 0 | 100000 | 101001 | 1000111 | 1110 | 11010 | 10111 |
Color Harmonies of #4B332C
Complementary color
Monochromatic Colors of #4B332C
Black with #4B332C
Text Example
Text Example
White with #4B332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B332C; }
p { color: rgb(75,51,44); }
H1.HeaderClassName
{
color: #4B332C;
}
.AnyTagClassName
{
color: #4B332C;
}
</style>
background-color css
<style>
a { background-color: #4B332C; }
a { background-color: rgb(75,51,44); }
div.DivClassName
{
background-color: #4B332C;
}
.BgClassName
{
background-color: #4B332C;
}
</style>
border-color css
<style>
span { border-color: #4B332C; }
span { border-color: rgb(75,51,44); }
td.TdClassName
{
border-color: #4B332C;
}
.TagClassName
{
border-color: #4B332C;
}
</style>