Html Css Color HEX #47605F River Bed

📋 copy color: '#47605F'

red 71 ◦ green 96 ◦ blue 95

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

Shades of River Bed #47605F

Tints of River Bed #47605F

RGB

 RED value IS 71 (28.13% from 255) = 27.1%

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

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

R = 27.1%
G = 36.64%
B = 36.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#47605F (or 0x47605F) is known color: 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

RGB 71 96 95 -
CMYK 0.26 0 0.01 0.62
HSL 177.6º 0.15% 0.33% -
HSV(B) 177.6º 0.26% 0.38% -
XYZ 8.85 10.53 12.39 -
YUV 88.41 131.72 115.58 -
System Red Green Blue C M Y K H S L
Decimal 71 96 95 0.26 0 0.01 0.62 177.6 0.15 0.33
Hex 47 60 5F 1A 0 1 3E B2 F 21
Octal 107 140 137 32 0 1 76 262 17 41
Binary 1000111 1100000 1011111 11010 0 1 111110 10110010 1111 100001

Color Harmonies of #47605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47605F

Black with #47605F

Text Example


Text Example

White with #47605F

Text Example


Text Example

HTML Codes & Css Web 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>