#48775E

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

Shades of Como #48775E

Tints of Como #48775E

Color information

#48775E (or 0x48775E) is unknown color: approx Como. HEX triplet: 48, 77 and 5E. RGB value is (72,119,94). Sum of RGB (Red+Green+Blue) = 72+119+94=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 119 - color contains mainly: green. Hex color #48775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48775E is #B788A1. Grayscale: #666666. Windows color (decimal): -12028066 or 6190920. OLE color: 6190920.

HSL color Cylindrical-coordinate representation of color #48775E: hue angle of 148.09º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48775E is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB7211994-
CMYK0.3900.210.53
HSL148.09º24.61%37.45%-
HSV(B)148.09º39.5%46.67%-
XYZ11.2915.3812.96-
YUV102.1123.43106.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 119 (46.88% from 255) = 41.75%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=25.26%
G=41.75%
B=32.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72119940.3900.210.53148.0924.6137.45
Hex48775E2701535941925
Octal11016713647025652243145
Binary1001000111011110111101001110101011101011001010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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