Html Css Color HEX #5E3C39 Van Cleef

📋 copy color: '#5E3C39'

red 94 ◦ green 60 ◦ blue 57

#5E3C39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Van Cleef #5E3C39

Tints of Van Cleef #5E3C39

RGB

 RED value IS 94 (37.11% from 255) = 44.55%

 GREEN value IS 60 (23.83% from 255) = 28.44%

 BLUE value IS 57 (22.66% from 255) = 27.01%

R = 44.55%
G = 28.44%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.63

RGB Variations

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

Color information

#5E3C39 (or 0x5E3C39) is known color: Van Cleef. HEX triplet: 5E, 3C and 39. RGB value is (94,60,57). Sum of RGB (Red+Green+Blue) = 94+60+57=211 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.55% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3C39 is #A1C3C6. Grayscale: #454545. Windows color (decimal): -10601415 or 3751006. OLE color: 3751006.

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

Color convert

RGB 94 60 57 -
CMYK 0 0.36 0.39 0.63
HSL 4.86º 0.25% 0.3% -
HSV(B) 4.86º 0.39% 0.37% -
XYZ 6.97 5.91 4.64 -
YUV 69.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 94 60 57 0 0.36 0.39 0.63 4.86 0.25 0.3
Hex 5E 3C 39 0 24 27 3F 5 19 1E
Octal 136 74 71 0 44 47 77 5 31 36
Binary 1011110 111100 111001 0 100100 100111 111111 101 11001 11110

Color Harmonies of #5E3C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3C39

Black with #5E3C39

Text Example


Text Example

White with #5E3C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,60,57); }

 H1.HeaderClassName
 {
   color: #5E3C39;
 }
 .AnyTagClassName
 {
   color: #5E3C39;
 }
</style>

background-color css

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

 a { background-color: rgb(94,60,57); }

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

border-color css

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

 span { border-color: rgb(94,60,57); }

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