#532326

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

Shades of Lonestar #532326

Tints of Lonestar #532326

Color information

#532326 (or 0x532326) is unknown color: approx Lonestar. HEX triplet: 53, 23 and 26. RGB value is (83,35,38). Sum of RGB (Red+Green+Blue) = 83+35+38=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #532326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532326 is #ACDCD9. Grayscale: #313131. Windows color (decimal): -11328730 or 2499411. OLE color: 2499411.

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

Color convert

RGB833538-
CMYK00.580.540.67
HSL356.25º40.68%23.14%-
HSV(B)356.25º57.83%32.55%-
XYZ4.523.182.21-
YUV49.69121.4151.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.21%
GREEN value IS 35 (14.06% from 255) = 22.44%
BLUE value IS 38 (15.23% from 255) = 24.36%
R=53.21%
G=22.44%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83353800.580.540.67356.2540.6823.14
Hex53232603A36431642917
Octal1234346072661035445127
Binary10100111000111001100111010110110100001110110010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532326; }

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

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

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

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

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

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

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

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