Shades of Lonestar #4E2023
Tints of Lonestar #4E2023
RGB
CMYK
RGB Variations
Color information
#4E2023 (or 0x4E2023) is known color: Lonestar. HEX triplet: 4E, 20 and 23. RGB value is (78,32,35). Sum of RGB (Red+Green+Blue) = 78+32+35=145 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.79% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2023 is #B1DFDC. Grayscale: #2E2E2E. Windows color (decimal): -11657181 or 2302030. OLE color: 2302030.
HSL color Cylindrical-coordinate representation of color #4E2023: hue angle of 356.09º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E2023 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 32 | 35 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.69 |
| HSL | 356.09º | 0.42% | 0.22% | - |
| HSV(B) | 356.09º | 0.59% | 0.31% | - |
| XYZ | 3.96 | 2.77 | 1.92 | - |
| YUV | 46.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 35 | 0 | 0.59 | 0.55 | 0.69 | 356.09 | 0.42 | 0.22 |
| Hex | 4E | 20 | 23 | 0 | 3B | 37 | 45 | 164 | 2A | 16 |
| Octal | 116 | 40 | 43 | 0 | 73 | 67 | 105 | 544 | 52 | 26 |
| Binary | 1001110 | 100000 | 100011 | 0 | 111011 | 110111 | 1000101 | 101100100 | 101010 | 10110 |
Color Harmonies of #4E2023
Complementary color
Monochromatic Colors of #4E2023
Black with #4E2023
Text Example
Text Example
White with #4E2023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2023; }
p { color: rgb(78,32,35); }
H1.HeaderClassName
{
color: #4E2023;
}
.AnyTagClassName
{
color: #4E2023;
}
</style>
background-color css
<style>
a { background-color: #4E2023; }
a { background-color: rgb(78,32,35); }
div.DivClassName
{
background-color: #4E2023;
}
.BgClassName
{
background-color: #4E2023;
}
</style>
border-color css
<style>
span { border-color: #4E2023; }
span { border-color: rgb(78,32,35); }
td.TdClassName
{
border-color: #4E2023;
}
.TagClassName
{
border-color: #4E2023;
}
</style>