#523D37

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

Shades of Van Cleef #523D37

Tints of Van Cleef #523D37

Color information

#523D37 (or 0x523D37) is unknown color: approx Van Cleef. HEX triplet: 52, 3D and 37. RGB value is (82,61,55). Sum of RGB (Red+Green+Blue) = 82+61+55=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 55 (21.88% from 255 or 27.78% from 198); Max value from RGB is 82 - color contains mainly: red. Hex color #523D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D37 is #ADC2C8. Grayscale: #424242. Windows color (decimal): -11387593 or 3620178. OLE color: 3620178.

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

Color convert

RGB826155-
CMYK00.260.330.68
HSL13.33º19.71%26.86%-
HSV(B)13.33º32.93%32.16%-
XYZ5.845.414.35-
YUV66.6121.46138.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.41%
GREEN value IS 61 (24.22% from 255) = 30.81%
BLUE value IS 55 (21.88% from 255) = 27.78%
R=41.41%
G=30.81%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82615500.260.330.6813.3319.7126.86
Hex523D3701A2144d141b
Octal122756703241104152433
Binary1010010111101110111011010100001100010011011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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