Html Css Color HEX #542829 Lonestar

📋 copy color: '#542829'

red 84 ◦ green 40 ◦ blue 41

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

Shades of Lonestar #542829

Tints of Lonestar #542829

RGB

 RED value IS 84 (33.2% from 255) = 50.91%

 GREEN value IS 40 (16.02% from 255) = 24.24%

 BLUE value IS 41 (16.41% from 255) = 24.85%

R = 50.91%
G = 24.24%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#542829 (or 0x542829) is known color: Lonestar. HEX triplet: 54, 28 and 29. RGB value is (84,40,41). Sum of RGB (Red+Green+Blue) = 84+40+41=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #542829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542829 is #ABD7D6. Grayscale: #353535. Windows color (decimal): -11261911 or 2697300. OLE color: 2697300.

HSL color Cylindrical-coordinate representation of color #542829: hue angle of 358.64º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #542829 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 40 41 -
CMYK 0 0.52 0.51 0.67
HSL 358.64º 0.35% 0.24% -
HSV(B) 358.64º 0.52% 0.33% -
XYZ 4.82 3.56 2.53 -
YUV 53.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 84 40 41 0 0.52 0.51 0.67 358.64 0.35 0.24
Hex 54 28 29 0 34 33 43 167 23 18
Octal 124 50 51 0 64 63 103 547 43 30
Binary 1010100 101000 101001 0 110100 110011 1000011 101100111 100011 11000

Color Harmonies of #542829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542829

Black with #542829

Text Example


Text Example

White with #542829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542829; }

 p { color: rgb(84,40,41); }

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

background-color css

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

 a { background-color: rgb(84,40,41); }

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

border-color css

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

 span { border-color: rgb(84,40,41); }

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