Html Css Color HEX #59745F Como

📋 copy color: '#59745F'

red 89 ◦ green 116 ◦ blue 95

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

Shades of Como #59745F

Tints of Como #59745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.67%

 BLUE value IS 95 (37.5% from 255) = 31.67%

R = 29.67%
G = 38.67%
B = 31.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#59745F (or 0x59745F) is known color: Como. HEX triplet: 59, 74 and 5F. RGB value is (89,116,95). Sum of RGB (Red+Green+Blue) = 89+116+95=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 116 - color contains mainly: green. Hex color #59745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59745F is #A68BA0. Grayscale: #696969. Windows color (decimal): -10914721 or 6255705. OLE color: 6255705.

HSL color Cylindrical-coordinate representation of color #59745F: hue angle of 133.33º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #59745F is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 116 95 -
CMYK 0.23 0 0.18 0.55
HSL 133.33º 0.13% 0.4% -
HSV(B) 133.33º 0.23% 0.45% -
XYZ 12.43 15.44 13.15 -
YUV 105.53 122.05 116.21 -
System Red Green Blue C M Y K H S L
Decimal 89 116 95 0.23 0 0.18 0.55 133.33 0.13 0.4
Hex 59 74 5F 17 0 12 37 85 D 28
Octal 131 164 137 27 0 22 67 205 15 50
Binary 1011001 1110100 1011111 10111 0 10010 110111 10000101 1101 101000

Color Harmonies of #59745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59745F

Black with #59745F

Text Example


Text Example

White with #59745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,116,95); }

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

background-color css

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

 a { background-color: rgb(89,116,95); }

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

border-color css

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

 span { border-color: rgb(89,116,95); }

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