#523031

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

Shades of Heath #523031

Tints of Heath #523031

Color information

#523031 (or 0x523031) is unknown color: approx Heath. HEX triplet: 52, 30 and 31. RGB value is (82,48,49). Sum of RGB (Red+Green+Blue) = 82+48+49=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #523031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523031 is #ADCFCE. Grayscale: #3A3A3A. Windows color (decimal): -11390927 or 3223634. OLE color: 3223634.

HSL color Cylindrical-coordinate representation of color #523031: hue angle of 358.24º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #523031 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB824849-
CMYK00.410.400.68
HSL358.24º26.15%25.49%-
HSV(B)358.24º41.46%32.16%-
XYZ5.094.133.43-
YUV58.28122.76144.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.81%
GREEN value IS 48 (19.14% from 255) = 26.82%
BLUE value IS 49 (19.53% from 255) = 27.37%
R=45.81%
G=26.82%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82484900.410.400.68358.2426.1525.49
Hex52303102928441661a19
Octal1226061051501045463231
Binary1010010110000110001010100110100010001001011001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523031; }

 p { color: rgb(82,48,49); }

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

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

 a { background-color: rgb(82,48,49); }

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

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

 span { border-color: rgb(82,48,49); }

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