#523F33

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

Shades of Paco #523F33

Tints of Paco #523F33

Color information

#523F33 (or 0x523F33) is unknown color: approx Paco. HEX triplet: 52, 3F and 33. RGB value is (82,63,51). Sum of RGB (Red+Green+Blue) = 82+63+51=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 82 - color contains mainly: red. Hex color #523F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F33 is #ADC0CC. Grayscale: #434343. Windows color (decimal): -11387085 or 3358546. OLE color: 3358546.

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

Color convert

RGB826351-
CMYK00.230.380.68
HSL23.23º23.31%26.08%-
HSV(B)23.23º37.8%32.16%-
XYZ5.855.593.9-
YUV67.31118.79138.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.84%
GREEN value IS 63 (25% from 255) = 32.14%
BLUE value IS 51 (20.31% from 255) = 26.02%
R=41.84%
G=32.14%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82635100.230.380.6823.2323.3126.08
Hex523F33017264417171a
Octal122776302746104272732
Binary10100101111111100110101111001101000100101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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