#523A2E

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

Shades of Paco #523A2E

Tints of Paco #523A2E

Color information

#523A2E (or 0x523A2E) is unknown color: approx Paco. HEX triplet: 52, 3A and 2E. RGB value is (82,58,46). Sum of RGB (Red+Green+Blue) = 82+58+46=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 82 - color contains mainly: red. Hex color #523A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A2E is #ADC5D1. Grayscale: #3F3F3F. Windows color (decimal): -11388370 or 3029586. OLE color: 3029586.

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

Color convert

RGB825846-
CMYK00.290.440.68
HSL20º28.13%25.1%-
HSV(B)20º43.9%32.16%-
XYZ5.495.023.26-
YUV63.81117.95140.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.09%
GREEN value IS 58 (23.05% from 255) = 31.18%
BLUE value IS 46 (18.36% from 255) = 24.73%
R=44.09%
G=31.18%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82584600.290.440.682028.1325.1
Hex523A2E01D2C44141c19
Octal122725603554104243431
Binary10100101110101011100111011011001000100101001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,58,46); }

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

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

 a { background-color: rgb(82,58,46); }

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

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

 span { border-color: rgb(82,58,46); }

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