#523D35

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

Shades of Paco #523D35

Tints of Paco #523D35

Color information

#523D35 (or 0x523D35) is unknown color: approx Paco. HEX triplet: 52, 3D and 35. RGB value is (82,61,53). Sum of RGB (Red+Green+Blue) = 82+61+53=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 82 - color contains mainly: red. Hex color #523D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D35 is #ADC2CA. Grayscale: #424242. Windows color (decimal): -11387595 or 3489106. OLE color: 3489106.

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

Color convert

RGB826153-
CMYK00.260.350.68
HSL16.55º21.48%26.47%-
HSV(B)16.55º35.37%32.16%-
XYZ5.795.394.1-
YUV66.37120.46139.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.84%
GREEN value IS 61 (24.22% from 255) = 31.12%
BLUE value IS 53 (21.09% from 255) = 27.04%
R=41.84%
G=31.12%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82615300.260.350.6816.5521.4826.47
Hex523D3501A234411151a
Octal122756503243104212532
Binary10100101111011101010110101000111000100100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,61,53); }

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

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

 a { background-color: rgb(82,61,53); }

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

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

 span { border-color: rgb(82,61,53); }

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