Html Css Color HEX #5E493C Cork

📋 copy color: '#5E493C'

red 94 ◦ green 73 ◦ blue 60

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

Shades of Cork #5E493C

Tints of Cork #5E493C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.16%

 BLUE value IS 60 (23.83% from 255) = 26.43%

R = 41.41%
G = 32.16%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#5E493C (or 0x5E493C) is known color: Cork. HEX triplet: 5E, 49 and 3C. RGB value is (94,73,60). Sum of RGB (Red+Green+Blue) = 94+73+60=227 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.41% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 94 - color contains mainly: red. Hex color #5E493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E493C is #A1B6C3. Grayscale: #4D4D4D. Windows color (decimal): -10598084 or 3950942. OLE color: 3950942.

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

Color convert

RGB 94 73 60 -
CMYK 0 0.22 0.36 0.63
HSL 22.94º 0.22% 0.3% -
HSV(B) 22.94º 0.36% 0.37% -
XYZ 7.81 7.47 5.31 -
YUV 77.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 94 73 60 0 0.22 0.36 0.63 22.94 0.22 0.3
Hex 5E 49 3C 0 16 24 3F 17 16 1E
Octal 136 111 74 0 26 44 77 27 26 36
Binary 1011110 1001001 111100 0 10110 100100 111111 10111 10110 11110

Color Harmonies of #5E493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E493C

Black with #5E493C

Text Example


Text Example

White with #5E493C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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