#523E41

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

Shades of Jon #523E41

Tints of Jon #523E41

Color information

#523E41 (or 0x523E41) is unknown color: approx Jon. HEX triplet: 52, 3E and 41. RGB value is (82,62,65). Sum of RGB (Red+Green+Blue) = 82+62+65=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #523E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523E41 is #ADC1BE. Grayscale: #444444. Windows color (decimal): -11387327 or 4275794. OLE color: 4275794.

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

Color convert

RGB826265-
CMYK00.240.210.68
HSL351º13.89%28.24%-
HSV(B)351º24.39%32.16%-
XYZ6.165.625.76-
YUV68.32126.13137.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.23%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 65 (25.78% from 255) = 31.10%
R=39.23%
G=29.67%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82626500.240.210.6835113.8928.24
Hex523E41018154415fe1c
Octal12276101030251045371634
Binary10100101111101000001011000101011000100101011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,62,65); }

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

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

 a { background-color: rgb(82,62,65); }

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

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

 span { border-color: rgb(82,62,65); }

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