#523B32

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

Shades of Paco #523B32

Tints of Paco #523B32

Color information

#523B32 (or 0x523B32) is unknown color: approx Paco. HEX triplet: 52, 3B and 32. RGB value is (82,59,50). Sum of RGB (Red+Green+Blue) = 82+59+50=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #523B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B32 is #ADC4CD. Grayscale: #404040. Windows color (decimal): -11388110 or 3291986. OLE color: 3291986.

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

Color convert

RGB825950-
CMYK00.280.390.68
HSL16.88º24.24%25.88%-
HSV(B)16.88º39.02%32.16%-
XYZ5.625.153.72-
YUV64.85119.62140.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.93%
GREEN value IS 59 (23.44% from 255) = 30.89%
BLUE value IS 50 (19.92% from 255) = 26.18%
R=42.93%
G=30.89%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82595000.280.390.6816.8824.2425.88
Hex523B3201C274411181a
Octal122736203447104213032
Binary10100101110111100100111001001111000100100011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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