#4F2324

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

Shades of Lonestar #4F2324

Tints of Lonestar #4F2324

Color information

#4F2324 (or 0x4F2324) is unknown color: approx Lonestar. HEX triplet: 4F, 23 and 24. RGB value is (79,35,36). Sum of RGB (Red+Green+Blue) = 79+35+36=150 (19% of max value = 765). Red value is 79 (31.25% from 255 or 52.67% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2324 is #B0DCDB. Grayscale: #303030. Windows color (decimal): -11590876 or 2368335. OLE color: 2368335.

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

Color convert

RGB793536-
CMYK00.560.540.69
HSL358.64º38.6%22.35%-
HSV(B)358.64º55.7%30.98%-
XYZ4.142.992.03-
YUV48.27121.08149.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 52.67%
GREEN value IS 35 (14.06% from 255) = 23.33%
BLUE value IS 36 (14.45% from 255) = 24%
R=52.67%
G=23.33%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79353600.560.540.69358.6438.622.35
Hex4F232403836451672716
Octal1174344070661055474726
Binary10011111000111001000111000110110100010110110011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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