#4D2123

Color #4D2123 Lonestar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lonestar #4D2123

Tints of Lonestar #4D2123

Color information

#4D2123 (or 0x4D2123) is unknown color: approx Lonestar. HEX triplet: 4D, 21 and 23. RGB value is (77,33,35). Sum of RGB (Red+Green+Blue) = 77+33+35=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2123 is #B2DEDC. Grayscale: #2E2E2E. Windows color (decimal): -11722461 or 2302285. OLE color: 2302285.

HSL color Cylindrical-coordinate representation of color #4D2123: hue angle of 357.27º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D2123 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.70.

Color convert

RGB773335-
CMYK00.570.550.70
HSL357.27º40%21.57%-
HSV(B)357.27º57.14%30.2%-
XYZ3.912.791.92-
YUV46.38121.58149.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 77 (30.47% from 255) = 53.10%
GREEN value IS 33 (13.28% from 255) = 22.76%
BLUE value IS 35 (14.06% from 255) = 24.14%
R=53.10%
G=22.76%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77333500.570.550.70357.274021.57
Hex4D212303937461652816
Octal1154143071671065455026
Binary10011011000011000110111001110111100011010110010110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D2123; }

 p { color: rgb(77,33,35); }

 H1.HeaderClassName
 {
   color: #4D2123;
 }
 .AnyTagClassName
 {
   color: #4D2123;
 }
</style>
background-color css

<style>
 a { background-color: #4D2123; }

 a { background-color: rgb(77,33,35); }

 div.DivClassName
 {
   background-color: #4D2123;
 }
 .BgClassName
 {
   background-color: #4D2123;
 }
</style>
border-color css

<style>
 span { border-color: #4D2123; }

 span { border-color: rgb(77,33,35); }

 td.TdClassName
 {
   border-color: #4D2123;
 }
 .TagClassName
 {
   border-color: #4D2123;
 }
</style>