#593934

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

Shades of Van Cleef #593934

Tints of Van Cleef #593934

Color information

#593934 (or 0x593934) is unknown color: approx Van Cleef. HEX triplet: 59, 39 and 34. RGB value is (89,57,52). Sum of RGB (Red+Green+Blue) = 89+57+52=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #593934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593934 is #A6C6CB. Grayscale: #424242. Windows color (decimal): -10929868 or 3422553. OLE color: 3422553.

HSL color Cylindrical-coordinate representation of color #593934: hue angle of 8.11º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #593934 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB895752-
CMYK00.360.420.65
HSL8.11º26.24%27.65%-
HSV(B)8.11º41.57%34.9%-
XYZ6.25.33.94-
YUV66120.1144.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.95%
GREEN value IS 57 (22.66% from 255) = 28.79%
BLUE value IS 52 (20.70% from 255) = 26.26%
R=44.95%
G=28.79%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89575200.360.420.658.1126.2427.65
Hex5939340242A4181a1c
Octal131716404452101103234
Binary10110011110011101000100100101010100000110001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593934; }

 p { color: rgb(89,57,52); }

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

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

 a { background-color: rgb(89,57,52); }

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

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

 span { border-color: rgb(89,57,52); }

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