Html Css Color HEX #48605F River Bed

📋 copy color: '#48605F'

red 72 ◦ green 96 ◦ blue 95

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

Shades of River Bed #48605F

Tints of River Bed #48605F

RGB

 RED value IS 72 (28.52% from 255) = 27.38%

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

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

R = 27.38%
G = 36.5%
B = 36.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 72 96 95 -
CMYK 0.25 0 0.01 0.62
HSL 177.5º 0.14% 0.33% -
HSV(B) 177.5º 0.25% 0.38% -
XYZ 8.92 10.57 12.4 -
YUV 88.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 72 96 95 0.25 0 0.01 0.62 177.5 0.14 0.33
Hex 48 60 5F 19 0 1 3E B2 E 21
Octal 110 140 137 31 0 1 76 262 16 41
Binary 1001000 1100000 1011111 11001 0 1 111110 10110010 1110 100001

Color Harmonies of #48605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48605F

Black with #48605F

Text Example


Text Example

White with #48605F

Text Example


Text Example

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