#532628

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

Shades of Lonestar #532628

Tints of Lonestar #532628

Color information

#532628 (or 0x532628) is unknown color: approx Lonestar. HEX triplet: 53, 26 and 28. RGB value is (83,38,40). Sum of RGB (Red+Green+Blue) = 83+38+40=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #532628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532628 is #ACD9D7. Grayscale: #333333. Windows color (decimal): -11327960 or 2631251. OLE color: 2631251.

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

Color convert

RGB833840-
CMYK00.540.520.67
HSL357.33º37.19%23.73%-
HSV(B)357.33º54.22%32.55%-
XYZ4.643.382.41-
YUV51.68121.41150.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=51.55%
G=23.60%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83384000.540.520.67357.3337.1923.73
Hex53262803634431652518
Octal1234650066641035454530
Binary10100111001101010000110110110100100001110110010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532628; }

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

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

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

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

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

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

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

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