#522F32

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

Shades of Heath #522F32

Tints of Heath #522F32

Color information

#522F32 (or 0x522F32) is unknown color: approx Heath. HEX triplet: 52, 2F and 32. RGB value is (82,47,50). Sum of RGB (Red+Green+Blue) = 82+47+50=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #522F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522F32 is #ADD0CD. Grayscale: #393939. Windows color (decimal): -11391182 or 3288914. OLE color: 3288914.

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

Color convert

RGB824750-
CMYK00.430.390.68
HSL354.86º27.13%25.29%-
HSV(B)354.86º42.68%32.16%-
XYZ5.074.063.53-
YUV57.81123.6145.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.81%
GREEN value IS 47 (18.75% from 255) = 26.26%
BLUE value IS 50 (19.92% from 255) = 27.93%
R=45.81%
G=26.26%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82475000.430.390.68354.8627.1325.29
Hex522F3202B27441631b19
Octal1225762053471045433331
Binary1010010101111110010010101110011110001001011000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,47,50); }

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

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

 a { background-color: rgb(82,47,50); }

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

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

 span { border-color: rgb(82,47,50); }

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