#593D3A

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

Shades of Van Cleef #593D3A

Tints of Van Cleef #593D3A

Color information

#593D3A (or 0x593D3A) is unknown color: approx Van Cleef. HEX triplet: 59, 3D and 3A. RGB value is (89,61,58). Sum of RGB (Red+Green+Blue) = 89+61+58=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #593D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593D3A is #A6C2C5. Grayscale: #454545. Windows color (decimal): -10928838 or 3816793. OLE color: 3816793.

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

Color convert

RGB896158-
CMYK00.310.350.65
HSL5.81º21.09%28.82%-
HSV(B)5.81º34.83%34.9%-
XYZ6.555.774.77-
YUV69.03121.78142.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.79%
GREEN value IS 61 (24.22% from 255) = 29.33%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=42.79%
G=29.33%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89615800.310.350.655.8121.0928.82
Hex593D3A01F23416151d
Octal13175720374310162535
Binary101100111110111101001111110001110000011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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