#532627

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

Shades of Lonestar #532627

Tints of Lonestar #532627

Color information

#532627 (or 0x532627) is unknown color: approx Lonestar. HEX triplet: 53, 26 and 27. RGB value is (83,38,39). Sum of RGB (Red+Green+Blue) = 83+38+39=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #532627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532627 is #ACD9D8. Grayscale: #333333. Windows color (decimal): -11327961 or 2565715. OLE color: 2565715.

HSL color Cylindrical-coordinate representation of color #532627: hue angle of 358.67º 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 #532627 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB833839-
CMYK00.540.530.67
HSL358.67º37.19%23.73%-
HSV(B)358.67º54.22%32.55%-
XYZ4.633.372.33-
YUV51.57120.91150.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 38 (15.23% from 255) = 23.75%
BLUE value IS 39 (15.62% from 255) = 24.38%
R=51.88%
G=23.75%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83383900.540.530.67358.6737.1923.73
Hex53262703635431672518
Octal1234647066651035474530
Binary10100111001101001110110110110101100001110110011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532627; }

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

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

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

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

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

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

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

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