#523F37

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

Shades of Paco #523F37

Tints of Paco #523F37

Color information

#523F37 (or 0x523F37) is unknown color: approx Paco. HEX triplet: 52, 3F and 37. RGB value is (82,63,55). Sum of RGB (Red+Green+Blue) = 82+63+55=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 82 - color contains mainly: red. Hex color #523F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F37 is #ADC0C8. Grayscale: #434343. Windows color (decimal): -11387081 or 3620690. OLE color: 3620690.

HSL color Cylindrical-coordinate representation of color #523F37: hue angle of 17.78º 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 #523F37 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB826355-
CMYK00.230.330.68
HSL17.78º19.71%26.86%-
HSV(B)17.78º32.93%32.16%-
XYZ5.955.624.39-
YUV67.77120.79138.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41%
GREEN value IS 63 (25% from 255) = 31.5%
BLUE value IS 55 (21.88% from 255) = 27.5%
R=41%
G=31.5%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82635500.230.330.6817.7819.7126.86
Hex523F37017214412141b
Octal122776702741104222433
Binary10100101111111101110101111000011000100100101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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