Html Css Color HEX #4F2528 Lonestar

📋 copy color: '#4F2528'

red 79 ◦ green 37 ◦ blue 40

#4F2528
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lonestar #4F2528

Tints of Lonestar #4F2528

RGB

 RED value IS 79 (31.25% from 255) = 50.64%

 GREEN value IS 37 (14.84% from 255) = 23.72%

 BLUE value IS 40 (16.02% from 255) = 25.64%

R = 50.64%
G = 23.72%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#4F2528 (or 0x4F2528) is known color: Lonestar. HEX triplet: 4F, 25 and 28. RGB value is (79,37,40). Sum of RGB (Red+Green+Blue) = 79+37+40=156 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.64% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2528 is #B0DAD7. Grayscale: #313131. Windows color (decimal): -11590360 or 2630991. OLE color: 2630991.

HSL color Cylindrical-coordinate representation of color #4F2528: hue angle of 355.71º 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 #4F2528 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 37 40 -
CMYK 0 0.53 0.49 0.69
HSL 355.71º 0.36% 0.23% -
HSV(B) 355.71º 0.53% 0.31% -
XYZ 4.27 3.14 2.39 -
YUV 49.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 79 37 40 0 0.53 0.49 0.69 355.71 0.36 0.23
Hex 4F 25 28 0 35 31 45 164 24 17
Octal 117 45 50 0 65 61 105 544 44 27
Binary 1001111 100101 101000 0 110101 110001 1000101 101100100 100100 10111

Color Harmonies of #4F2528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2528

Black with #4F2528

Text Example


Text Example

White with #4F2528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F2528;
 }
 .AnyTagClassName
 {
   color: #4F2528;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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