#593E3C

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

Shades of Van Cleef #593E3C

Tints of Van Cleef #593E3C

Color information

#593E3C (or 0x593E3C) is unknown color: approx Van Cleef. HEX triplet: 59, 3E and 3C. RGB value is (89,62,60). Sum of RGB (Red+Green+Blue) = 89+62+60=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #593E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593E3C is #A6C1C3. Grayscale: #454545. Windows color (decimal): -10928580 or 3948121. OLE color: 3948121.

HSL color Cylindrical-coordinate representation of color #593E3C: hue angle of 4.14º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #593E3C is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB896260-
CMYK00.300.330.65
HSL4.14º19.46%29.22%-
HSV(B)4.14º32.58%34.9%-
XYZ6.665.95.06-
YUV69.84122.45141.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.18%
GREEN value IS 62 (24.61% from 255) = 29.38%
BLUE value IS 60 (23.83% from 255) = 28.44%
R=42.18%
G=29.38%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89626000.300.330.654.1419.4629.22
Hex593E3C01E21414131d
Octal13176740364110142335
Binary101100111111011110001111010000110000011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593E3C; }

 p { color: rgb(89,62,60); }

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

<style>
 a { background-color: #593E3C; }

 a { background-color: rgb(89,62,60); }

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

<style>
 span { border-color: #593E3C; }

 span { border-color: rgb(89,62,60); }

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