#522426

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

Shades of Lonestar #522426

Tints of Lonestar #522426

Color information

#522426 (or 0x522426) is unknown color: approx Lonestar. HEX triplet: 52, 24 and 26. RGB value is (82,36,38). Sum of RGB (Red+Green+Blue) = 82+36+38=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #522426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522426 is #ADDBD9. Grayscale: #323232. Windows color (decimal): -11394010 or 2499666. OLE color: 2499666.

HSL color Cylindrical-coordinate representation of color #522426: hue angle of 357.39º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #522426 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB823638-
CMYK00.560.540.68
HSL357.39º38.98%23.14%-
HSV(B)357.39º56.1%32.16%-
XYZ4.463.22.22-
YUV49.98121.24150.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.56%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 38 (15.23% from 255) = 24.36%
R=52.56%
G=23.08%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82363800.560.540.68357.3938.9823.14
Hex52242603836441652717
Octal1224446070661045454727
Binary10100101001001001100111000110110100010010110010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522426; }

 p { color: rgb(82,36,38); }

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

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

 a { background-color: rgb(82,36,38); }

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

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

 span { border-color: rgb(82,36,38); }

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