#48575D

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

Shades of San Juan #48575D

Tints of San Juan #48575D

Color information

#48575D (or 0x48575D) is unknown color: approx San Juan. HEX triplet: 48, 57 and 5D. RGB value is (72,87,93). Sum of RGB (Red+Green+Blue) = 72+87+93=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 93 - color contains mainly: blue. Hex color #48575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48575D is #B7A8A2. Grayscale: #535353. Windows color (decimal): -12036259 or 6117192. OLE color: 6117192.

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

Color convert

RGB728793-
CMYK0.230.0600.64
HSL197.14º12.73%32.35%-
HSV(B)197.14º22.58%36.47%-
XYZ8.068.9811.67-
YUV83.2133.53120.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.57%
GREEN value IS 87 (34.38% from 255) = 34.52%
BLUE value IS 93 (36.72% from 255) = 36.90%
R=28.57%
G=34.52%
B=36.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7287930.230.0600.64197.1412.7332.35
Hex48575D176040c5d20
Octal11012713527601003051540
Binary1001000101011110111011011111001000000110001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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