#523B3F

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

Shades of Jon #523B3F

Tints of Jon #523B3F

Color information

#523B3F (or 0x523B3F) is unknown color: approx Jon. HEX triplet: 52, 3B and 3F. RGB value is (82,59,63). Sum of RGB (Red+Green+Blue) = 82+59+63=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 82 - color contains mainly: red. Hex color #523B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B3F is #ADC4C0. Grayscale: #424242. Windows color (decimal): -11388097 or 4143954. OLE color: 4143954.

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

Color convert

RGB825963-
CMYK00.280.230.68
HSL349.57º16.31%27.65%-
HSV(B)349.57º28.05%32.16%-
XYZ5.945.285.41-
YUV66.33126.12139.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.20%
GREEN value IS 59 (23.44% from 255) = 28.92%
BLUE value IS 63 (25% from 255) = 30.88%
R=40.20%
G=28.92%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82596300.280.230.68349.5716.3127.65
Hex523B3F01C174415e101c
Octal1227377034271045362034
Binary10100101110111111110111001011110001001010111101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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