#4C2223

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

Shades of Lonestar #4C2223

Tints of Lonestar #4C2223

Color information

#4C2223 (or 0x4C2223) is unknown color: approx Lonestar. HEX triplet: 4C, 22 and 23. RGB value is (76,34,35). Sum of RGB (Red+Green+Blue) = 76+34+35=145 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.41% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2223 is #B3DDDC. Grayscale: #2E2E2E. Windows color (decimal): -11787741 or 2302540. OLE color: 2302540.

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

Color convert

RGB763435-
CMYK00.550.540.70
HSL358.57º38.18%21.57%-
HSV(B)358.57º55.26%29.8%-
XYZ3.862.81.93-
YUV46.67121.41148.92-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 52.41%
GREEN value IS 34 (13.67% from 255) = 23.45%
BLUE value IS 35 (14.06% from 255) = 24.14%
R=52.41%
G=23.45%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76343500.550.540.70358.5738.1821.57
Hex4C222303736461672616
Octal1144243067661065474626
Binary10011001000101000110110111110110100011010110011110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,34,35); }

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

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

 a { background-color: rgb(76,34,35); }

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

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

 span { border-color: rgb(76,34,35); }

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