#48525E

Color #48525E Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #48525E

Tints of Cello #48525E

Color information

#48525E (or 0x48525E) is unknown color: approx Cello. HEX triplet: 48, 52 and 5E. RGB value is (72,82,94). Sum of RGB (Red+Green+Blue) = 72+82+94=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 94 - color contains mainly: blue. Hex color #48525E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48525E is #B7ADA1. Grayscale: #505050. Windows color (decimal): -12037538 or 6181448. OLE color: 6181448.

HSL color Cylindrical-coordinate representation of color #48525E: hue angle of 212.73º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #48525E is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB728294-
CMYK0.230.1300.63
HSL212.73º13.25%32.55%-
HSV(B)212.73º23.4%36.86%-
XYZ7.718.2211.77-
YUV80.38135.69122.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 82 (32.42% from 255) = 33.06%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=29.03%
G=33.06%
B=37.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7282940.230.1300.63212.7313.2532.55
Hex48525E17D03Fd5d21
Octal11012213627150773251541
Binary1001000101001010111101011111010111111110101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48525E; }

 p { color: rgb(72,82,94); }

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

<style>
 a { background-color: #48525E; }

 a { background-color: rgb(72,82,94); }

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

<style>
 span { border-color: #48525E; }

 span { border-color: rgb(72,82,94); }

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