#593F3A

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

Shades of Van Cleef #593F3A

Tints of Van Cleef #593F3A

Color information

#593F3A (or 0x593F3A) is unknown color: approx Van Cleef. HEX triplet: 59, 3F and 3A. RGB value is (89,63,58). Sum of RGB (Red+Green+Blue) = 89+63+58=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 89 - color contains mainly: red. Hex color #593F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593F3A is #A6C0C5. Grayscale: #464646. Windows color (decimal): -10928326 or 3817305. OLE color: 3817305.

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

Color convert

RGB896358-
CMYK00.290.350.65
HSL9.68º21.09%28.82%-
HSV(B)9.68º34.83%34.9%-
XYZ6.665.984.81-
YUV70.2121.11141.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.38%
GREEN value IS 63 (25% from 255) = 30%
BLUE value IS 58 (23.05% from 255) = 27.62%
R=42.38%
G=30%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89635800.290.350.659.6821.0928.82
Hex593F3A01D2341a151d
Octal131777203543101122535
Binary1011001111111111010011101100011100000110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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