#5A403C

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

Shades of Van Cleef #5A403C

Tints of Van Cleef #5A403C

Color information

#5A403C (or 0x5A403C) is unknown color: approx Van Cleef. HEX triplet: 5A, 40 and 3C. RGB value is (90,64,60). Sum of RGB (Red+Green+Blue) = 90+64+60=214 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.06% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 90 - color contains mainly: red. Hex color #5A403C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A403C is #A5BFC3. Grayscale: #474747. Windows color (decimal): -10862532 or 3948634. OLE color: 3948634.

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

Color convert

RGB906460-
CMYK00.290.330.65
HSL20%29.41%-
HSV(B)33.33%35.29%-
XYZ6.876.175.1-
YUV71.32121.61141.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.06%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 60 (23.83% from 255) = 28.04%
R=42.06%
G=29.91%
B=28.04%

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
Decimal90646000.290.330.6582029.41
Hex5A403C01D21418141d
Octal1321007403541101102435
Binary10110101000000111100011101100001100000110001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A403C; }

 p { color: rgb(90,64,60); }

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

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

 a { background-color: rgb(90,64,60); }

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

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

 span { border-color: rgb(90,64,60); }

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