#523C42

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

Shades of Jon #523C42

Tints of Jon #523C42

Color information

#523C42 (or 0x523C42) is unknown color: approx Jon. HEX triplet: 52, 3C and 42. RGB value is (82,60,66). Sum of RGB (Red+Green+Blue) = 82+60+66=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 82 - color contains mainly: red. Hex color #523C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C42 is #ADC3BD. Grayscale: #434343. Windows color (decimal): -11387838 or 4340818. OLE color: 4340818.

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

Color convert

RGB826066-
CMYK00.270.200.68
HSL343.64º15.49%27.84%-
HSV(B)343.64º26.83%32.16%-
XYZ6.085.425.88-
YUV67.26127.29138.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 60 (23.83% from 255) = 28.85%
BLUE value IS 66 (26.17% from 255) = 31.73%
R=39.42%
G=28.85%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82606600.270.200.68343.6415.4927.84
Hex523C4201B1444158f1c
Octal12274102033241045301734
Binary10100101111001000010011011101001000100101011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,60,66); }

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

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

 a { background-color: rgb(82,60,66); }

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

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

 span { border-color: rgb(82,60,66); }

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