#523C39

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

Shades of Van Cleef #523C39

Tints of Van Cleef #523C39

Color information

#523C39 (or 0x523C39) is unknown color: approx Van Cleef. HEX triplet: 52, 3C and 39. RGB value is (82,60,57). Sum of RGB (Red+Green+Blue) = 82+60+57=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 57 (22.66% from 255 or 28.64% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #523C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C39 is #ADC3C6. Grayscale: #424242. Windows color (decimal): -11387847 or 3750994. OLE color: 3750994.

HSL color Cylindrical-coordinate representation of color #523C39: hue angle of 7.2º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #523C39 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB826057-
CMYK00.270.300.68
HSL7.2º17.99%27.25%-
HSV(B)7.2º30.49%32.16%-
XYZ5.835.324.59-
YUV66.24122.79139.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.21%
GREEN value IS 60 (23.83% from 255) = 30.15%
BLUE value IS 57 (22.66% from 255) = 28.64%
R=41.21%
G=30.15%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82605700.270.300.687.217.9927.25
Hex523C3901B1E447121b
Octal12274710333610472233
Binary10100101111001110010110111111010001001111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,60,57); }

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

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

 a { background-color: rgb(82,60,57); }

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

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

 span { border-color: rgb(82,60,57); }

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