Shades of Heath #502C2E
Tints of Heath #502C2E
RGB
CMYK
RGB Variations
Color information
#502C2E (or 0x502C2E) is known color: Heath. HEX triplet: 50, 2C and 2E. RGB value is (80,44,46). Sum of RGB (Red+Green+Blue) = 80+44+46=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #502C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C2E is #AFD3D1. Grayscale: #373737. Windows color (decimal): -11523026 or 3026000. OLE color: 3026000.
HSL color Cylindrical-coordinate representation of color #502C2E: hue angle of 356.67º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #502C2E is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 44 | 46 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.69 |
| HSL | 356.67º | 0.29% | 0.24% | - |
| HSV(B) | 356.67º | 0.45% | 0.31% | - |
| XYZ | 4.7 | 3.7 | 3.05 | - |
| YUV | 54.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 46 | 0 | 0.45 | 0.42 | 0.69 | 356.67 | 0.29 | 0.24 |
| Hex | 50 | 2C | 2E | 0 | 2D | 2A | 45 | 165 | 1D | 18 |
| Octal | 120 | 54 | 56 | 0 | 55 | 52 | 105 | 545 | 35 | 30 |
| Binary | 1010000 | 101100 | 101110 | 0 | 101101 | 101010 | 1000101 | 101100101 | 11101 | 11000 |
Color Harmonies of #502C2E
Complementary color
Monochromatic Colors of #502C2E
Black with #502C2E
Text Example
Text Example
White with #502C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502C2E; }
p { color: rgb(80,44,46); }
H1.HeaderClassName
{
color: #502C2E;
}
.AnyTagClassName
{
color: #502C2E;
}
</style>
background-color css
<style>
a { background-color: #502C2E; }
a { background-color: rgb(80,44,46); }
div.DivClassName
{
background-color: #502C2E;
}
.BgClassName
{
background-color: #502C2E;
}
</style>
border-color css
<style>
span { border-color: #502C2E; }
span { border-color: rgb(80,44,46); }
td.TdClassName
{
border-color: #502C2E;
}
.TagClassName
{
border-color: #502C2E;
}
</style>