Html Css Color HEX #48535A Trout

📋 copy color: '#48535A'

red 72 ◦ green 83 ◦ blue 90

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

Shades of Trout #48535A

Tints of Trout #48535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.88%

 BLUE value IS 90 (35.55% from 255) = 36.73%

R = 29.39%
G = 33.88%
B = 36.73%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48535A (or 0x48535A) is known color: Trout. HEX triplet: 48, 53 and 5A. RGB value is (72,83,90). Sum of RGB (Red+Green+Blue) = 72+83+90=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 90 - color contains mainly: blue. Hex color #48535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48535A is #B7ACA5. Grayscale: #505050. Windows color (decimal): -12037286 or 5919560. OLE color: 5919560.

HSL color Cylindrical-coordinate representation of color #48535A: hue angle of 203.33º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #48535A is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 83 90 -
CMYK 0.20 0.08 0 0.65
HSL 203.33º 0.11% 0.32% -
HSV(B) 203.33º 0.2% 0.35% -
XYZ 7.61 8.3 10.87 -
YUV 80.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 72 83 90 0.20 0.08 0 0.65 203.33 0.11 0.32
Hex 48 53 5A 14 8 0 41 CB B 20
Octal 110 123 132 24 10 0 101 313 13 40
Binary 1001000 1010011 1011010 10100 1000 0 1000001 11001011 1011 100000

Color Harmonies of #48535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48535A

Black with #48535A

Text Example


Text Example

White with #48535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48535A; }

 p { color: rgb(72,83,90); }

 H1.HeaderClassName
 {
   color: #48535A;
 }
 .AnyTagClassName
 {
   color: #48535A;
 }
</style>

background-color css

<style>
 a { background-color: #48535A; }

 a { background-color: rgb(72,83,90); }

 div.DivClassName
 {
   background-color: #48535A;
 }
 .BgClassName
 {
   background-color: #48535A;
 }
</style>

border-color css

<style>
 span { border-color: #48535A; }

 span { border-color: rgb(72,83,90); }

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