#523D3F

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

Shades of Jon #523D3F

Tints of Jon #523D3F

Color information

#523D3F (or 0x523D3F) is unknown color: approx Jon. HEX triplet: 52, 3D and 3F. RGB value is (82,61,63). Sum of RGB (Red+Green+Blue) = 82+61+63=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 82 - color contains mainly: red. Hex color #523D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D3F is #ADC2C0. Grayscale: #434343. Windows color (decimal): -11387585 or 4144466. OLE color: 4144466.

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

Color convert

RGB826163-
CMYK00.260.230.68
HSL354.29º14.69%28.04%-
HSV(B)354.29º25.61%32.16%-
XYZ6.055.495.44-
YUV67.51125.46138.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.81%
GREEN value IS 61 (24.22% from 255) = 29.61%
BLUE value IS 63 (25% from 255) = 30.58%
R=39.81%
G=29.61%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82616300.260.230.68354.2914.6928.04
Hex523D3F01A1744162f1c
Octal1227577032271045421734
Binary1010010111101111111011010101111000100101100010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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