Shades of Cedar #4B3832
Tints of Cedar #4B3832
RGB
CMYK
RGB Variations
Color information
#4B3832 (or 0x4B3832) is known color: Cedar. HEX triplet: 4B, 38 and 32. RGB value is (75,56,50). Sum of RGB (Red+Green+Blue) = 75+56+50=181 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.44% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3832 is #B4C7CD. Grayscale: #3D3D3D. Windows color (decimal): -11847630 or 3291211. OLE color: 3291211.
HSL color Cylindrical-coordinate representation of color #4B3832: hue angle of 14.4º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B3832 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 56 | 50 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.71 |
| HSL | 14.4º | 0.2% | 0.25% | - |
| HSV(B) | 14.4º | 0.33% | 0.29% | - |
| XYZ | 4.89 | 4.55 | 3.64 | - |
| YUV | 61 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 56 | 50 | 0 | 0.25 | 0.33 | 0.71 | 14.4 | 0.2 | 0.25 |
| Hex | 4B | 38 | 32 | 0 | 19 | 21 | 47 | E | 14 | 19 |
| Octal | 113 | 70 | 62 | 0 | 31 | 41 | 107 | 16 | 24 | 31 |
| Binary | 1001011 | 111000 | 110010 | 0 | 11001 | 100001 | 1000111 | 1110 | 10100 | 11001 |
Color Harmonies of #4B3832
Complementary color
Monochromatic Colors of #4B3832
Black with #4B3832
Text Example
Text Example
White with #4B3832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3832; }
p { color: rgb(75,56,50); }
H1.HeaderClassName
{
color: #4B3832;
}
.AnyTagClassName
{
color: #4B3832;
}
</style>
background-color css
<style>
a { background-color: #4B3832; }
a { background-color: rgb(75,56,50); }
div.DivClassName
{
background-color: #4B3832;
}
.BgClassName
{
background-color: #4B3832;
}
</style>
border-color css
<style>
span { border-color: #4B3832; }
span { border-color: rgb(75,56,50); }
td.TdClassName
{
border-color: #4B3832;
}
.TagClassName
{
border-color: #4B3832;
}
</style>