#59403A

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

Shades of Van Cleef #59403A

Tints of Van Cleef #59403A

Color information

#59403A (or 0x59403A) is unknown color: approx Van Cleef. HEX triplet: 59, 40 and 3A. RGB value is (89,64,58). Sum of RGB (Red+Green+Blue) = 89+64+58=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #59403A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59403A is #A6BFC5. Grayscale: #464646. Windows color (decimal): -10928070 or 3817561. OLE color: 3817561.

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

Color convert

RGB896458-
CMYK00.280.350.65
HSL11.61º21.09%28.82%-
HSV(B)11.61º34.83%34.9%-
XYZ6.726.14.83-
YUV70.79120.78140.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.18%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 58 (23.05% from 255) = 27.49%
R=42.18%
G=30.33%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89645800.280.350.6511.6121.0928.82
Hex59403A01C2341c151d
Octal1311007203443101142535
Binary10110011000000111010011100100011100000111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59403A; }

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

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

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

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

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

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

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

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