#522B2D

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

Shades of Heath #522B2D

Tints of Heath #522B2D

Color information

#522B2D (or 0x522B2D) is unknown color: approx Heath. HEX triplet: 52, 2B and 2D. RGB value is (82,43,45). Sum of RGB (Red+Green+Blue) = 82+43+45=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #522B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B2D is #ADD4D2. Grayscale: #363636. Windows color (decimal): -11392211 or 2960210. OLE color: 2960210.

HSL color Cylindrical-coordinate representation of color #522B2D: hue angle of 356.92º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #522B2D is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB824345-
CMYK00.480.450.68
HSL356.92º31.2%24.51%-
HSV(B)356.92º47.56%32.16%-
XYZ4.823.712.95-
YUV54.89122.42147.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.24%
GREEN value IS 43 (17.19% from 255) = 25.29%
BLUE value IS 45 (17.97% from 255) = 26.47%
R=48.24%
G=25.29%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82434500.480.450.68356.9231.224.51
Hex522B2D0302D441651f19
Octal1225355060551045453731
Binary1010010101011101101011000010110110001001011001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,43,45); }

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

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

 a { background-color: rgb(82,43,45); }

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

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

 span { border-color: rgb(82,43,45); }

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