#48595E

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

Shades of Casal #48595E

Tints of Casal #48595E

Color information

#48595E (or 0x48595E) is unknown color: approx Casal. HEX triplet: 48, 59 and 5E. RGB value is (72,89,94). Sum of RGB (Red+Green+Blue) = 72+89+94=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 94 - color contains mainly: blue. Hex color #48595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48595E is #B7A6A1. Grayscale: #545454. Windows color (decimal): -12035746 or 6183240. OLE color: 6183240.

HSL color Cylindrical-coordinate representation of color #48595E: hue angle of 193.64º 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 #48595E is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB728994-
CMYK0.230.0500.63
HSL193.64º13.25%32.55%-
HSV(B)193.64º23.4%36.86%-
XYZ8.279.3311.96-
YUV84.49133.37119.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.24%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 94 (37.11% from 255) = 36.86%
R=28.24%
G=34.90%
B=36.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7289940.230.0500.63193.6413.2532.55
Hex48595E17503Fc2d21
Octal1101311362750773021541
Binary100100010110011011110101111010111111110000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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