#47605F

Color #47605F River Bed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of River Bed #47605F

Tints of River Bed #47605F

Color information

#47605F (or 0x47605F) is unknown color: approx River Bed. HEX triplet: 47, 60 and 5F. RGB value is (71,96,95). Sum of RGB (Red+Green+Blue) = 71+96+95=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 96 - color contains mainly: green. Hex color #47605F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47605F is #B89FA0. Grayscale: #585858. Windows color (decimal): -12099489 or 6250567. OLE color: 6250567.

HSL color Cylindrical-coordinate representation of color #47605F: hue angle of 177.6º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #47605F is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB719695-
CMYK0.2600.010.62
HSL177.6º14.97%32.75%-
HSV(B)177.6º26.04%37.65%-
XYZ8.8510.5312.39-
YUV88.41131.72115.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 95 (37.5% from 255) = 36.26%
R=27.10%
G=36.64%
B=36.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196950.2600.010.62177.614.9732.75
Hex47605F1A013Eb2f21
Octal1071401373201762621741
Binary1000111110000010111111101001111110101100101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47605F;
 }
 .AnyTagClassName
 {
   color: #47605F;
 }
</style>
background-color css

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

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

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

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

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

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