#4D2223

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

Shades of Lonestar #4D2223

Tints of Lonestar #4D2223

Color information

#4D2223 (or 0x4D2223) is unknown color: approx Lonestar. HEX triplet: 4D, 22 and 23. RGB value is (77,34,35). Sum of RGB (Red+Green+Blue) = 77+34+35=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2223 is #B2DDDC. Grayscale: #2F2F2F. Windows color (decimal): -11722205 or 2302541. OLE color: 2302541.

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

Color convert

RGB773435-
CMYK00.560.550.70
HSL358.6º38.74%21.76%-
HSV(B)358.6º55.84%30.2%-
XYZ3.942.841.93-
YUV46.97121.25149.42-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 52.74%
GREEN value IS 34 (13.67% from 255) = 23.29%
BLUE value IS 35 (14.06% from 255) = 23.97%
R=52.74%
G=23.29%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77343500.560.550.70358.638.7421.76
Hex4D222303837461672716
Octal1154243070671065474726
Binary10011011000101000110111000110111100011010110011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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