#523E37

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

Shades of Paco #523E37

Tints of Paco #523E37

Color information

#523E37 (or 0x523E37) is unknown color: approx Paco. HEX triplet: 52, 3E and 37. RGB value is (82,62,55). Sum of RGB (Red+Green+Blue) = 82+62+55=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #523E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523E37 is #ADC1C8. Grayscale: #434343. Windows color (decimal): -11387337 or 3620434. OLE color: 3620434.

HSL color Cylindrical-coordinate representation of color #523E37: hue angle of 15.56º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #523E37 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB826255-
CMYK00.240.330.68
HSL15.56º19.71%26.86%-
HSV(B)15.56º32.93%32.16%-
XYZ5.895.514.37-
YUV67.18121.13138.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.21%
GREEN value IS 62 (24.61% from 255) = 31.16%
BLUE value IS 55 (21.88% from 255) = 27.64%
R=41.21%
G=31.16%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82625500.240.330.6815.5619.7126.86
Hex523E37018214410141b
Octal122766703041104202433
Binary10100101111101101110110001000011000100100001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523E37; }

 p { color: rgb(82,62,55); }

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

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

 a { background-color: rgb(82,62,55); }

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

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

 span { border-color: rgb(82,62,55); }

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