#523A37

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

Shades of Van Cleef #523A37

Tints of Van Cleef #523A37

Color information

#523A37 (or 0x523A37) is unknown color: approx Van Cleef. HEX triplet: 52, 3A and 37. RGB value is (82,58,55). Sum of RGB (Red+Green+Blue) = 82+58+55=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 55 (21.88% from 255 or 28.21% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #523A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A37 is #ADC5C8. Grayscale: #404040. Windows color (decimal): -11388361 or 3619410. OLE color: 3619410.

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

Color convert

RGB825855-
CMYK00.290.330.68
HSL6.67º19.71%26.86%-
HSV(B)6.67º32.93%32.16%-
XYZ5.685.14.3-
YUV64.83122.45140.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.05%
GREEN value IS 58 (23.05% from 255) = 29.74%
BLUE value IS 55 (21.88% from 255) = 28.21%
R=42.05%
G=29.74%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82585500.290.330.686.6719.7126.86
Hex523A3701D21447141b
Octal12272670354110472433
Binary101001011101011011101110110000110001001111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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