#523D40

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

Shades of Jon #523D40

Tints of Jon #523D40

Color information

#523D40 (or 0x523D40) is unknown color: approx Jon. HEX triplet: 52, 3D and 40. RGB value is (82,61,64). Sum of RGB (Red+Green+Blue) = 82+61+64=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 82 - color contains mainly: red. Hex color #523D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D40 is #ADC2BF. Grayscale: #434343. Windows color (decimal): -11387584 or 4210002. OLE color: 4210002.

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

Color convert

RGB826164-
CMYK00.260.220.68
HSL351.43º14.69%28.04%-
HSV(B)351.43º25.61%32.16%-
XYZ6.075.55.59-
YUV67.62125.96138.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.61%
GREEN value IS 61 (24.22% from 255) = 29.47%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=39.61%
G=29.47%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82616400.260.220.68351.4314.6928.04
Hex523D4001A164415ff1c
Octal12275100032261045371734
Binary10100101111011000000011010101101000100101011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,61,64); }

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

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

 a { background-color: rgb(82,61,64); }

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

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

 span { border-color: rgb(82,61,64); }

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