#523A36

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

Shades of Van Cleef #523A36

Tints of Van Cleef #523A36

Color information

#523A36 (or 0x523A36) is unknown color: approx Van Cleef. HEX triplet: 52, 3A and 36. RGB value is (82,58,54). Sum of RGB (Red+Green+Blue) = 82+58+54=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #523A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A36 is #ADC5C9. Grayscale: #404040. Windows color (decimal): -11388362 or 3553874. OLE color: 3553874.

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

Color convert

RGB825854-
CMYK00.290.340.68
HSL8.57º20.59%26.67%-
HSV(B)8.57º34.15%32.16%-
XYZ5.665.094.17-
YUV64.72121.95140.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.27%
GREEN value IS 58 (23.05% from 255) = 29.90%
BLUE value IS 54 (21.48% from 255) = 27.84%
R=42.27%
G=29.90%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82585400.290.340.688.5720.5926.67
Hex523A3601D22449151b
Octal122726603542104112533
Binary1010010111010110110011101100010100010010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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