#48605F

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

Shades of River Bed #48605F

Tints of River Bed #48605F

Color information

#48605F (or 0x48605F) is unknown color: approx River Bed. HEX triplet: 48, 60 and 5F. RGB value is (72,96,95). Sum of RGB (Red+Green+Blue) = 72+96+95=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 96 - color contains mainly: green. Hex color #48605F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48605F is #B79FA0. Grayscale: #585858. Windows color (decimal): -12033953 or 6250568. OLE color: 6250568.

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

Color convert

RGB729695-
CMYK0.2500.010.62
HSL177.5º14.29%32.94%-
HSV(B)177.5º25%37.65%-
XYZ8.9210.5712.4-
YUV88.71131.55116.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 96 (37.89% from 255) = 36.50%
BLUE value IS 95 (37.5% from 255) = 36.12%
R=27.38%
G=36.50%
B=36.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296950.2500.010.62177.514.2932.94
Hex48605F19013Eb2e21
Octal1101401373101762621641
Binary1001000110000010111111100101111110101100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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