#532728

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

Shades of Lonestar #532728

Tints of Lonestar #532728

Color information

#532728 (or 0x532728) is unknown color: approx Lonestar. HEX triplet: 53, 27 and 28. RGB value is (83,39,40). Sum of RGB (Red+Green+Blue) = 83+39+40=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #532728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532728 is #ACD8D7. Grayscale: #343434. Windows color (decimal): -11327704 or 2631507. OLE color: 2631507.

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

Color convert

RGB833940-
CMYK00.530.520.67
HSL358.64º36.07%23.92%-
HSV(B)358.64º53.01%32.55%-
XYZ4.683.442.43-
YUV52.27121.08149.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 39 (15.62% from 255) = 24.07%
BLUE value IS 40 (16.02% from 255) = 24.69%
R=51.23%
G=24.07%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83394000.530.520.67358.6436.0723.92
Hex53272803534431672418
Octal1234750065641035474430
Binary10100111001111010000110101110100100001110110011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532728; }

 p { color: rgb(83,39,40); }

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

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

 a { background-color: rgb(83,39,40); }

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

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

 span { border-color: rgb(83,39,40); }

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