#523E31

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

Shades of Paco #523E31

Tints of Paco #523E31

Color information

#523E31 (or 0x523E31) is unknown color: approx Paco. HEX triplet: 52, 3E and 31. RGB value is (82,62,49). Sum of RGB (Red+Green+Blue) = 82+62+49=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #523E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523E31 is #ADC1CE. Grayscale: #424242. Windows color (decimal): -11387343 or 3227218. OLE color: 3227218.

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

Color convert

RGB826249-
CMYK00.240.400.68
HSL23.64º25.19%25.69%-
HSV(B)23.64º40.24%32.16%-
XYZ5.765.463.66-
YUV66.5118.13139.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.49%
GREEN value IS 62 (24.61% from 255) = 32.12%
BLUE value IS 49 (19.53% from 255) = 25.39%
R=42.49%
G=32.12%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82624900.240.400.6823.6425.1925.69
Hex523E31018284418191a
Octal122766103050104303132
Binary10100101111101100010110001010001000100110001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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