Shades of Heath #4B2D2F
Tints of Heath #4B2D2F
RGB
CMYK
RGB Variations
Color information
#4B2D2F (or 0x4B2D2F) is known color: Heath. HEX triplet: 4B, 2D and 2F. RGB value is (75,45,47). Sum of RGB (Red+Green+Blue) = 75+45+47=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2D2F is #B4D2D0. Grayscale: #363636. Windows color (decimal): -11850449 or 3091787. OLE color: 3091787.
HSL color Cylindrical-coordinate representation of color #4B2D2F: hue angle of 356º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B2D2F is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 45 | 47 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.71 |
| HSL | 356º | 0.25% | 0.24% | - |
| HSV(B) | 356º | 0.4% | 0.29% | - |
| XYZ | 4.35 | 3.58 | 3.15 | - |
| YUV | 54.2 | 123.94 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 45 | 47 | 0 | 0.40 | 0.37 | 0.71 | 356 | 0.25 | 0.24 |
| Hex | 4B | 2D | 2F | 0 | 28 | 25 | 47 | 164 | 19 | 18 |
| Octal | 113 | 55 | 57 | 0 | 50 | 45 | 107 | 544 | 31 | 30 |
| Binary | 1001011 | 101101 | 101111 | 0 | 101000 | 100101 | 1000111 | 101100100 | 11001 | 11000 |
Color Harmonies of #4B2D2F
Complementary color
Monochromatic Colors of #4B2D2F
Black with #4B2D2F
Text Example
Text Example
White with #4B2D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2D2F; }
p { color: rgb(75,45,47); }
H1.HeaderClassName
{
color: #4B2D2F;
}
.AnyTagClassName
{
color: #4B2D2F;
}
</style>
background-color css
<style>
a { background-color: #4B2D2F; }
a { background-color: rgb(75,45,47); }
div.DivClassName
{
background-color: #4B2D2F;
}
.BgClassName
{
background-color: #4B2D2F;
}
</style>
border-color css
<style>
span { border-color: #4B2D2F; }
span { border-color: rgb(75,45,47); }
td.TdClassName
{
border-color: #4B2D2F;
}
.TagClassName
{
border-color: #4B2D2F;
}
</style>