#523D42

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

Shades of Jon #523D42

Tints of Jon #523D42

Color information

#523D42 (or 0x523D42) is unknown color: approx Jon. HEX triplet: 52, 3D and 42. RGB value is (82,61,66). Sum of RGB (Red+Green+Blue) = 82+61+66=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #523D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D42 is #ADC2BD. Grayscale: #434343. Windows color (decimal): -11387582 or 4341074. OLE color: 4341074.

HSL color Cylindrical-coordinate representation of color #523D42: hue angle of 345.71º 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 #523D42 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB826166-
CMYK00.260.200.68
HSL345.71º14.69%28.04%-
HSV(B)345.71º25.61%32.16%-
XYZ6.135.525.9-
YUV67.85126.96138.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.23%
GREEN value IS 61 (24.22% from 255) = 29.19%
BLUE value IS 66 (26.17% from 255) = 31.58%
R=39.23%
G=29.19%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82616600.260.200.68345.7114.6928.04
Hex523D4201A144415af1c
Octal12275102032241045321734
Binary10100101111011000010011010101001000100101011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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