#54252A

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

Shades of Lonestar #54252A

Tints of Lonestar #54252A

Color information

#54252A (or 0x54252A) is unknown color: approx Lonestar. HEX triplet: 54, 25 and 2A. RGB value is (84,37,42). Sum of RGB (Red+Green+Blue) = 84+37+42=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #54252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54252A is #ABDAD5. Grayscale: #333333. Windows color (decimal): -11262678 or 2762068. OLE color: 2762068.

HSL color Cylindrical-coordinate representation of color #54252A: hue angle of 353.62º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54252A is Cyan = 0, Magento = 0.56, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB843742-
CMYK00.560.50.67
HSL353.62º38.84%23.73%-
HSV(B)353.62º55.95%32.94%-
XYZ4.743.382.59-
YUV51.62122.57151.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.53%
GREEN value IS 37 (14.84% from 255) = 22.70%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=51.53%
G=22.70%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84374200.560.50.67353.6238.8423.73
Hex54252A03832431622718
Octal1244552070621035424730
Binary10101001001011010100111000110010100001110110001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54252A; }

 p { color: rgb(84,37,42); }

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

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

 a { background-color: rgb(84,37,42); }

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

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

 span { border-color: rgb(84,37,42); }

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