#523F35

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

Shades of Paco #523F35

Tints of Paco #523F35

Color information

#523F35 (or 0x523F35) is unknown color: approx Paco. HEX triplet: 52, 3F and 35. RGB value is (82,63,53). Sum of RGB (Red+Green+Blue) = 82+63+53=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 82 - color contains mainly: red. Hex color #523F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F35 is #ADC0CA. Grayscale: #434343. Windows color (decimal): -11387083 or 3489618. OLE color: 3489618.

HSL color Cylindrical-coordinate representation of color #523F35: hue angle of 20.69º 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 #523F35 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB826353-
CMYK00.230.350.68
HSL20.69º21.48%26.47%-
HSV(B)20.69º35.37%32.16%-
XYZ5.95.614.14-
YUV67.54119.79138.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.41%
GREEN value IS 63 (25% from 255) = 31.82%
BLUE value IS 53 (21.09% from 255) = 26.77%
R=41.41%
G=31.82%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82635300.230.350.6820.6921.4826.47
Hex523F35017234415151a
Octal122776502743104252532
Binary10100101111111101010101111000111000100101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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