#523D34

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

Shades of Paco #523D34

Tints of Paco #523D34

Color information

#523D34 (or 0x523D34) is unknown color: approx Paco. HEX triplet: 52, 3D and 34. RGB value is (82,61,52). Sum of RGB (Red+Green+Blue) = 82+61+52=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #523D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D34 is #ADC2CB. Grayscale: #424242. Windows color (decimal): -11387596 or 3423570. OLE color: 3423570.

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

Color convert

RGB826152-
CMYK00.260.370.68
HSL18º22.39%26.27%-
HSV(B)18º36.59%32.16%-
XYZ5.775.383.98-
YUV66.25119.96139.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.05%
GREEN value IS 61 (24.22% from 255) = 31.28%
BLUE value IS 52 (20.70% from 255) = 26.67%
R=42.05%
G=31.28%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82615200.260.370.681822.3926.27
Hex523D3401A254412161a
Octal122756403245104222632
Binary10100101111011101000110101001011000100100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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