#593F3C

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

Shades of Van Cleef #593F3C

Tints of Van Cleef #593F3C

Color information

#593F3C (or 0x593F3C) is unknown color: approx Van Cleef. HEX triplet: 59, 3F and 3C. RGB value is (89,63,60). Sum of RGB (Red+Green+Blue) = 89+63+60=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 89 - color contains mainly: red. Hex color #593F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593F3C is #A6C0C3. Grayscale: #464646. Windows color (decimal): -10928324 or 3948377. OLE color: 3948377.

HSL color Cylindrical-coordinate representation of color #593F3C: hue angle of 6.21º 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 #593F3C is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB896360-
CMYK00.290.330.65
HSL6.21º19.46%29.22%-
HSV(B)6.21º32.58%34.9%-
XYZ6.716.015.08-
YUV70.43122.11141.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.98%
GREEN value IS 63 (25% from 255) = 29.72%
BLUE value IS 60 (23.83% from 255) = 28.30%
R=41.98%
G=29.72%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89636000.290.330.656.2119.4629.22
Hex593F3C01D21416131d
Octal13177740354110162335
Binary101100111111111110001110110000110000011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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