#4D2325

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

Shades of Lonestar #4D2325

Tints of Lonestar #4D2325

Color information

#4D2325 (or 0x4D2325) is unknown color: approx Lonestar. HEX triplet: 4D, 23 and 25. RGB value is (77,35,37). Sum of RGB (Red+Green+Blue) = 77+35+37=149 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.68% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2325 is #B2DCDA. Grayscale: #2F2F2F. Windows color (decimal): -11721947 or 2433869. OLE color: 2433869.

HSL color Cylindrical-coordinate representation of color #4D2325: hue angle of 357.14º 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 #4D2325 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.70.

Color convert

RGB773537-
CMYK00.550.520.70
HSL357.14º37.5%21.96%-
HSV(B)357.14º54.55%30.2%-
XYZ42.912.1-
YUV47.79121.91148.84-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 51.68%
GREEN value IS 35 (14.06% from 255) = 23.49%
BLUE value IS 37 (14.84% from 255) = 24.83%
R=51.68%
G=23.49%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77353700.550.520.70357.1437.521.96
Hex4D232503734461652616
Octal1154345067641065454626
Binary10011011000111001010110111110100100011010110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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