#4F2529

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

Shades of Lonestar #4F2529

Tints of Lonestar #4F2529

Color information

#4F2529 (or 0x4F2529) is unknown color: approx Lonestar. HEX triplet: 4F, 25 and 29. RGB value is (79,37,41). Sum of RGB (Red+Green+Blue) = 79+37+41=157 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.32% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2529 is #B0DAD6. Grayscale: #323232. Windows color (decimal): -11590359 or 2696527. OLE color: 2696527.

HSL color Cylindrical-coordinate representation of color #4F2529: hue angle of 354.29º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F2529 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB793741-
CMYK00.530.480.69
HSL354.29º36.21%22.75%-
HSV(B)354.29º53.16%30.98%-
XYZ4.293.152.48-
YUV50.01122.91148.67-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 50.32%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 41 (16.41% from 255) = 26.11%
R=50.32%
G=23.57%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79374100.530.480.69354.2936.2122.75
Hex4F252903530451622417
Octal1174551065601055424427
Binary10011111001011010010110101110000100010110110001010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,37,41); }

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

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

 a { background-color: rgb(79,37,41); }

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

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

 span { border-color: rgb(79,37,41); }

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