Html Css Color HEX #5E493E Cork

📋 copy color: '#5E493E'

red 94 ◦ green 73 ◦ blue 62

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

Shades of Cork #5E493E

Tints of Cork #5E493E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.07%

R = 41.05%
G = 31.88%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.63

RGB Variations

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

Color information

#5E493E (or 0x5E493E) is known color: Cork. HEX triplet: 5E, 49 and 3E. RGB value is (94,73,62). Sum of RGB (Red+Green+Blue) = 94+73+62=229 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.05% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 94 - color contains mainly: red. Hex color #5E493E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E493E is #A1B6C1. Grayscale: #4E4E4E. Windows color (decimal): -10598082 or 4082014. OLE color: 4082014.

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

Color convert

RGB 94 73 62 -
CMYK 0 0.22 0.34 0.63
HSL 20.63º 0.21% 0.31% -
HSV(B) 20.63º 0.34% 0.37% -
XYZ 7.87 7.49 5.59 -
YUV 78.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 94 73 62 0 0.22 0.34 0.63 20.63 0.21 0.31
Hex 5E 49 3E 0 16 22 3F 15 15 1F
Octal 136 111 76 0 26 42 77 25 25 37
Binary 1011110 1001001 111110 0 10110 100010 111111 10101 10101 11111

Color Harmonies of #5E493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E493E

Black with #5E493E

Text Example


Text Example

White with #5E493E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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