#5E423D

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

Shades of Van Cleef #5E423D

Tints of Van Cleef #5E423D

Color information

#5E423D (or 0x5E423D) is unknown color: approx Van Cleef. HEX triplet: 5E, 42 and 3D. RGB value is (94,66,61). Sum of RGB (Red+Green+Blue) = 94+66+61=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 94 - color contains mainly: red. Hex color #5E423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E423D is #A1BDC2. Grayscale: #494949. Windows color (decimal): -10599875 or 4014686. OLE color: 4014686.

HSL color Cylindrical-coordinate representation of color #5E423D: hue angle of 9.09º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E423D is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.63.

Color convert

RGB946661-
CMYK00.300.350.63
HSL9.09º21.29%30.39%-
HSV(B)9.09º35.11%36.86%-
XYZ7.416.615.3-
YUV73.8120.78142.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.53%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 61 (24.22% from 255) = 27.60%
R=42.53%
G=29.86%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94666100.300.350.639.0921.2930.39
Hex5E423D01E233F9151e
Octal136102750364377112536
Binary1011110100001011110101111010001111111110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,66,61); }

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

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

 a { background-color: rgb(94,66,61); }

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

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

 span { border-color: rgb(94,66,61); }

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