#522A2C

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

Shades of Heath #522A2C

Tints of Heath #522A2C

Color information

#522A2C (or 0x522A2C) is unknown color: approx Heath. HEX triplet: 52, 2A and 2C. RGB value is (82,42,44). Sum of RGB (Red+Green+Blue) = 82+42+44=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #522A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522A2C is #ADD5D3. Grayscale: #363636. Windows color (decimal): -11392468 or 2894418. OLE color: 2894418.

HSL color Cylindrical-coordinate representation of color #522A2C: hue angle of 357º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #522A2C is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB824244-
CMYK00.490.460.68
HSL357º32.26%24.31%-
HSV(B)357º48.78%32.16%-
XYZ4.763.632.83-
YUV54.19122.25147.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.81%
GREEN value IS 42 (16.80% from 255) = 25%
BLUE value IS 44 (17.58% from 255) = 26.19%
R=48.81%
G=25%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82424400.490.460.6835732.2624.31
Hex522A2C0312E441652018
Octal1225254061561045454030
Binary10100101010101011000110001101110100010010110010110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522A2C; }

 p { color: rgb(82,42,44); }

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

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

 a { background-color: rgb(82,42,44); }

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

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

 span { border-color: rgb(82,42,44); }

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