#523F38

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

Shades of Paco #523F38

Tints of Paco #523F38

Color information

#523F38 (or 0x523F38) is unknown color: approx Paco. HEX triplet: 52, 3F and 38. RGB value is (82,63,56). Sum of RGB (Red+Green+Blue) = 82+63+56=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 82 - color contains mainly: red. Hex color #523F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F38 is #ADC0C7. Grayscale: #434343. Windows color (decimal): -11387080 or 3686226. OLE color: 3686226.

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

Color convert

RGB826356-
CMYK00.230.320.68
HSL16.15º18.84%27.06%-
HSV(B)16.15º31.71%32.16%-
XYZ5.975.634.51-
YUV67.88121.29138.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 63 (25% from 255) = 31.34%
BLUE value IS 56 (22.27% from 255) = 27.86%
R=40.80%
G=31.34%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82635600.230.320.6816.1518.8427.06
Hex523F38017204410131b
Octal122777002740104202333
Binary10100101111111110000101111000001000100100001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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