Shades of Cedar #4B3A34
Tints of Cedar #4B3A34
RGB
CMYK
RGB Variations
Color information
#4B3A34 (or 0x4B3A34) is known color: Cedar. HEX triplet: 4B, 3A and 34. RGB value is (75,58,52). Sum of RGB (Red+Green+Blue) = 75+58+52=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3A34 is #B4C5CB. Grayscale: #3E3E3E. Windows color (decimal): -11847116 or 3422795. OLE color: 3422795.
HSL color Cylindrical-coordinate representation of color #4B3A34: hue angle of 15.65º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B3A34 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 58 | 52 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.71 |
| HSL | 15.65º | 0.18% | 0.25% | - |
| HSV(B) | 15.65º | 0.31% | 0.29% | - |
| XYZ | 5.03 | 4.77 | 3.9 | - |
| YUV | 62.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 58 | 52 | 0 | 0.23 | 0.31 | 0.71 | 15.65 | 0.18 | 0.25 |
| Hex | 4B | 3A | 34 | 0 | 17 | 1F | 47 | 10 | 12 | 19 |
| Octal | 113 | 72 | 64 | 0 | 27 | 37 | 107 | 20 | 22 | 31 |
| Binary | 1001011 | 111010 | 110100 | 0 | 10111 | 11111 | 1000111 | 10000 | 10010 | 11001 |
Color Harmonies of #4B3A34
Complementary color
Monochromatic Colors of #4B3A34
Black with #4B3A34
Text Example
Text Example
White with #4B3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3A34; }
p { color: rgb(75,58,52); }
H1.HeaderClassName
{
color: #4B3A34;
}
.AnyTagClassName
{
color: #4B3A34;
}
</style>
background-color css
<style>
a { background-color: #4B3A34; }
a { background-color: rgb(75,58,52); }
div.DivClassName
{
background-color: #4B3A34;
}
.BgClassName
{
background-color: #4B3A34;
}
</style>
border-color css
<style>
span { border-color: #4B3A34; }
span { border-color: rgb(75,58,52); }
td.TdClassName
{
border-color: #4B3A34;
}
.TagClassName
{
border-color: #4B3A34;
}
</style>