Shades of Cedar #4B352F
Tints of Cedar #4B352F
RGB
CMYK
RGB Variations
Color information
#4B352F (or 0x4B352F) is known color: Cedar. HEX triplet: 4B, 35 and 2F. RGB value is (75,53,47). Sum of RGB (Red+Green+Blue) = 75+53+47=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 75 - color contains mainly: red. Hex color #4B352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B352F is #B4CAD0. Grayscale: #3A3A3A. Windows color (decimal): -11848401 or 3093835. OLE color: 3093835.
HSL color Cylindrical-coordinate representation of color #4B352F: hue angle of 12.86º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B352F is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 53 | 47 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.71 |
| HSL | 12.86º | 0.23% | 0.24% | - |
| HSV(B) | 12.86º | 0.37% | 0.29% | - |
| XYZ | 4.69 | 4.25 | 3.26 | - |
| YUV | 58.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 53 | 47 | 0 | 0.29 | 0.37 | 0.71 | 12.86 | 0.23 | 0.24 |
| Hex | 4B | 35 | 2F | 0 | 1D | 25 | 47 | D | 17 | 18 |
| Octal | 113 | 65 | 57 | 0 | 35 | 45 | 107 | 15 | 27 | 30 |
| Binary | 1001011 | 110101 | 101111 | 0 | 11101 | 100101 | 1000111 | 1101 | 10111 | 11000 |
Color Harmonies of #4B352F
Complementary color
Monochromatic Colors of #4B352F
Black with #4B352F
Text Example
Text Example
White with #4B352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B352F; }
p { color: rgb(75,53,47); }
H1.HeaderClassName
{
color: #4B352F;
}
.AnyTagClassName
{
color: #4B352F;
}
</style>
background-color css
<style>
a { background-color: #4B352F; }
a { background-color: rgb(75,53,47); }
div.DivClassName
{
background-color: #4B352F;
}
.BgClassName
{
background-color: #4B352F;
}
</style>
border-color css
<style>
span { border-color: #4B352F; }
span { border-color: rgb(75,53,47); }
td.TdClassName
{
border-color: #4B352F;
}
.TagClassName
{
border-color: #4B352F;
}
</style>