#4F2124

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

Shades of Lonestar #4F2124

Tints of Lonestar #4F2124

Color information

#4F2124 (or 0x4F2124) is unknown color: approx Lonestar. HEX triplet: 4F, 21 and 24. RGB value is (79,33,36). Sum of RGB (Red+Green+Blue) = 79+33+36=148 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.38% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2124 is #B0DEDB. Grayscale: #2F2F2F. Windows color (decimal): -11591388 or 2367823. OLE color: 2367823.

HSL color Cylindrical-coordinate representation of color #4F2124: hue angle of 356.09º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F2124 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB793336-
CMYK00.580.540.69
HSL356.09º41.07%21.96%-
HSV(B)356.09º58.23%30.98%-
XYZ4.092.882.01-
YUV47.1121.74150.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.38%
GREEN value IS 33 (13.28% from 255) = 22.30%
BLUE value IS 36 (14.45% from 255) = 24.32%
R=53.38%
G=22.30%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79333600.580.540.69356.0941.0721.96
Hex4F212403A36451642916
Octal1174144072661055445126
Binary10011111000011001000111010110110100010110110010010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,33,36); }

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

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

 a { background-color: rgb(79,33,36); }

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

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

 span { border-color: rgb(79,33,36); }

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