Shades of Heath #4B282C
Tints of Heath #4B282C
RGB
CMYK
RGB Variations
Color information
#4B282C (or 0x4B282C) is known color: Heath. HEX triplet: 4B, 28 and 2C. RGB value is (75,40,44). Sum of RGB (Red+Green+Blue) = 75+40+44=159 (21% of max value = 765). Red value is 75 (29.69% from 255 or 47.17% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 75 - color contains mainly: red. Hex color #4B282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B282C is #B4D7D3. Grayscale: #323232. Windows color (decimal): -11851732 or 2893899. OLE color: 2893899.
HSL color Cylindrical-coordinate representation of color #4B282C: hue angle of 353.14º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B282C is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 40 | 44 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.71 |
| HSL | 353.14º | 0.3% | 0.23% | - |
| HSV(B) | 353.14º | 0.47% | 0.29% | - |
| XYZ | 4.12 | 3.2 | 2.78 | - |
| YUV | 50.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 40 | 44 | 0 | 0.47 | 0.41 | 0.71 | 353.14 | 0.3 | 0.23 |
| Hex | 4B | 28 | 2C | 0 | 2F | 29 | 47 | 161 | 1E | 17 |
| Octal | 113 | 50 | 54 | 0 | 57 | 51 | 107 | 541 | 36 | 27 |
| Binary | 1001011 | 101000 | 101100 | 0 | 101111 | 101001 | 1000111 | 101100001 | 11110 | 10111 |
Color Harmonies of #4B282C
Complementary color
Monochromatic Colors of #4B282C
Black with #4B282C
Text Example
Text Example
White with #4B282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B282C; }
p { color: rgb(75,40,44); }
H1.HeaderClassName
{
color: #4B282C;
}
.AnyTagClassName
{
color: #4B282C;
}
</style>
background-color css
<style>
a { background-color: #4B282C; }
a { background-color: rgb(75,40,44); }
div.DivClassName
{
background-color: #4B282C;
}
.BgClassName
{
background-color: #4B282C;
}
</style>
border-color css
<style>
span { border-color: #4B282C; }
span { border-color: rgb(75,40,44); }
td.TdClassName
{
border-color: #4B282C;
}
.TagClassName
{
border-color: #4B282C;
}
</style>