#48645E

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

Shades of Stromboli #48645E

Tints of Stromboli #48645E

Color information

#48645E (or 0x48645E) is unknown color: approx Stromboli. HEX triplet: 48, 64 and 5E. RGB value is (72,100,94). Sum of RGB (Red+Green+Blue) = 72+100+94=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 100 - color contains mainly: green. Hex color #48645E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48645E is #B79BA1. Grayscale: #5A5A5A. Windows color (decimal): -12032930 or 6186056. OLE color: 6186056.

HSL color Cylindrical-coordinate representation of color #48645E: hue angle of 167.14º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #48645E is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB7210094-
CMYK0.2800.060.61
HSL167.14º16.28%33.73%-
HSV(B)167.14º28%39.22%-
XYZ9.2511.312.28-
YUV90.94129.72114.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 100 (39.45% from 255) = 37.59%
BLUE value IS 94 (37.11% from 255) = 35.34%
R=27.07%
G=37.59%
B=35.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal72100940.2800.060.61167.1416.2833.73
Hex48645E1C063Da71022
Octal1101441363406752472042
Binary1001000110010010111101110001101111011010011110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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