Html Css Color HEX #59493F Cork

📋 copy color: '#59493F'

red 89 ◦ green 73 ◦ blue 63

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

Shades of Cork #59493F

Tints of Cork #59493F

RGB

 RED value IS 89 (35.16% from 255) = 39.56%

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

 BLUE value IS 63 (25% from 255) = 28%

R = 39.56%
G = 32.44%
B = 28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#59493F (or 0x59493F) is known color: Cork. HEX triplet: 59, 49 and 3F. RGB value is (89,73,63). Sum of RGB (Red+Green+Blue) = 89+73+63=225 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.56% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 89 - color contains mainly: red. Hex color #59493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59493F is #A6B6C0. Grayscale: #4C4C4C. Windows color (decimal): -10925761 or 4147545. OLE color: 4147545.

HSL color Cylindrical-coordinate representation of color #59493F: hue angle of 23.08º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #59493F is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 73 63 -
CMYK 0 0.18 0.29 0.65
HSL 23.08º 0.17% 0.3% -
HSV(B) 23.08º 0.29% 0.35% -
XYZ 7.4 7.25 5.71 -
YUV 76.64 120.3 136.81 -
System Red Green Blue C M Y K H S L
Decimal 89 73 63 0 0.18 0.29 0.65 23.08 0.17 0.3
Hex 59 49 3F 0 12 1D 41 17 11 1E
Octal 131 111 77 0 22 35 101 27 21 36
Binary 1011001 1001001 111111 0 10010 11101 1000001 10111 10001 11110

Color Harmonies of #59493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59493F

Black with #59493F

Text Example


Text Example

White with #59493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59493F; }

 p { color: rgb(89,73,63); }

 H1.HeaderClassName
 {
   color: #59493F;
 }
 .AnyTagClassName
 {
   color: #59493F;
 }
</style>

background-color css

<style>
 a { background-color: #59493F; }

 a { background-color: rgb(89,73,63); }

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

border-color css

<style>
 span { border-color: #59493F; }

 span { border-color: rgb(89,73,63); }

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