Html Css Color HEX #4D605F River Bed

📋 copy color: '#4D605F'

red 77 ◦ green 96 ◦ blue 95

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

Shades of River Bed #4D605F

Tints of River Bed #4D605F

RGB

 RED value IS 77 (30.47% from 255) = 28.73%

 GREEN value IS 96 (37.89% from 255) = 35.82%

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

R = 28.73%
G = 35.82%
B = 35.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#4D605F (or 0x4D605F) is known color: River Bed. HEX triplet: 4D, 60 and 5F. RGB value is (77,96,95). Sum of RGB (Red+Green+Blue) = 77+96+95=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 96 - color contains mainly: green. Hex color #4D605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D605F is #B29FA0. Grayscale: #5A5A5A. Windows color (decimal): -11706273 or 6250573. OLE color: 6250573.

HSL color Cylindrical-coordinate representation of color #4D605F: hue angle of 176.84º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4D605F is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 96 95 -
CMYK 0.20 0 0.01 0.62
HSL 176.84º 0.11% 0.34% -
HSV(B) 176.84º 0.2% 0.38% -
XYZ 9.31 10.77 12.41 -
YUV 90.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 77 96 95 0.20 0 0.01 0.62 176.84 0.11 0.34
Hex 4D 60 5F 14 0 1 3E B1 B 22
Octal 115 140 137 24 0 1 76 261 13 42
Binary 1001101 1100000 1011111 10100 0 1 111110 10110001 1011 100010

Color Harmonies of #4D605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D605F

Black with #4D605F

Text Example


Text Example

White with #4D605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D605F; }

 p { color: rgb(77,96,95); }

 H1.HeaderClassName
 {
   color: #4D605F;
 }
 .AnyTagClassName
 {
   color: #4D605F;
 }
</style>

background-color css

<style>
 a { background-color: #4D605F; }

 a { background-color: rgb(77,96,95); }

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

border-color css

<style>
 span { border-color: #4D605F; }

 span { border-color: rgb(77,96,95); }

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