#48575C

Color #48575C Trout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trout #48575C

Tints of Trout #48575C

Color information

#48575C (or 0x48575C) is unknown color: approx Trout. HEX triplet: 48, 57 and 5C. RGB value is (72,87,92). Sum of RGB (Red+Green+Blue) = 72+87+92=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 92 - color contains mainly: blue. Hex color #48575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48575C is #B7A8A3. Grayscale: #535353. Windows color (decimal): -12036260 or 6051656. OLE color: 6051656.

HSL color Cylindrical-coordinate representation of color #48575C: hue angle of 195º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #48575C is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB728792-
CMYK0.220.0500.64
HSL195º12.2%32.16%-
HSV(B)195º21.74%36.08%-
XYZ8.018.9711.43-
YUV83.08133.03120.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.69%
GREEN value IS 87 (34.38% from 255) = 34.66%
BLUE value IS 92 (36.33% from 255) = 36.65%
R=28.69%
G=34.66%
B=36.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7287920.220.0500.6419512.232.16
Hex48575C165040c3c20
Octal11012713426501003031440
Binary1001000101011110111001011010101000000110000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48575C; }

 p { color: rgb(72,87,92); }

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

<style>
 a { background-color: #48575C; }

 a { background-color: rgb(72,87,92); }

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

<style>
 span { border-color: #48575C; }

 span { border-color: rgb(72,87,92); }

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