#5E3A38

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

Shades of Van Cleef #5E3A38

Tints of Van Cleef #5E3A38

Color information

#5E3A38 (or 0x5E3A38) is unknown color: approx Van Cleef. HEX triplet: 5E, 3A and 38. RGB value is (94,58,56). Sum of RGB (Red+Green+Blue) = 94+58+56=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3A38 is #A1C5C7. Grayscale: #444444. Windows color (decimal): -10601928 or 3684958. OLE color: 3684958.

HSL color Cylindrical-coordinate representation of color #5E3A38: hue angle of 3.16º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E3A38 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.63.

Color convert

RGB945856-
CMYK00.380.400.63
HSL3.16º25.33%29.41%-
HSV(B)3.16º40.43%36.86%-
XYZ6.845.694.48-
YUV68.54120.93146.16-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.19%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 56 (22.27% from 255) = 26.92%
R=45.19%
G=27.88%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94585600.380.400.633.1625.3329.41
Hex5E3A38026283F3191d
Octal1367270046507733135
Binary10111101110101110000100110101000111111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,58,56); }

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

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

 a { background-color: rgb(94,58,56); }

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

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

 span { border-color: rgb(94,58,56); }

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