Html Css Color HEX #48575C Trout

📋 copy color: '#48575C'

red 72 ◦ green 87 ◦ blue 92

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

Shades of Trout #48575C

Tints of Trout #48575C

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 value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48575C (or 0x48575C) is known color: 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

RGB 72 87 92 -
CMYK 0.22 0.05 0 0.64
HSL 195º 0.12% 0.32% -
HSV(B) 195º 0.22% 0.36% -
XYZ 8.01 8.97 11.43 -
YUV 83.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 72 87 92 0.22 0.05 0 0.64 195 0.12 0.32
Hex 48 57 5C 16 5 0 40 C3 C 20
Octal 110 127 134 26 5 0 100 303 14 40
Binary 1001000 1010111 1011100 10110 101 0 1000000 11000011 1100 100000

Color Harmonies of #48575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48575C

Black with #48575C

Text Example


Text Example

White with #48575C

Text Example


Text Example

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