#523A39

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

Shades of Van Cleef #523A39

Tints of Van Cleef #523A39

Color information

#523A39 (or 0x523A39) is unknown color: approx Van Cleef. HEX triplet: 52, 3A and 39. RGB value is (82,58,57). Sum of RGB (Red+Green+Blue) = 82+58+57=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 57 (22.66% from 255 or 28.93% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #523A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A39 is #ADC5C6. Grayscale: #414141. Windows color (decimal): -11388359 or 3750482. OLE color: 3750482.

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

Color convert

RGB825857-
CMYK00.290.300.68
HSL2.4º17.99%27.25%-
HSV(B)2.4º30.49%32.16%-
XYZ5.735.124.56-
YUV65.06123.45140.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 58 (23.05% from 255) = 29.44%
BLUE value IS 57 (22.66% from 255) = 28.93%
R=41.62%
G=29.44%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82585700.290.300.682.417.9927.25
Hex523A3901D1E442121b
Octal12272710353610422233
Binary1010010111010111001011101111101000100101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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