#48675F

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

Shades of Stromboli #48675F

Tints of Stromboli #48675F

Color information

#48675F (or 0x48675F) is unknown color: approx Stromboli. HEX triplet: 48, 67 and 5F. RGB value is (72,103,95). Sum of RGB (Red+Green+Blue) = 72+103+95=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 103 - color contains mainly: green. Hex color #48675F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48675F is #B798A0. Grayscale: #5C5C5C. Windows color (decimal): -12032161 or 6252360. OLE color: 6252360.

HSL color Cylindrical-coordinate representation of color #48675F: hue angle of 164.52º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #48675F is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB7210395-
CMYK0.3000.080.60
HSL164.52º17.71%34.31%-
HSV(B)164.52º30.1%40.39%-
XYZ9.5911.912.62-
YUV92.82129.23113.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.67%
GREEN value IS 103 (40.62% from 255) = 38.15%
BLUE value IS 95 (37.5% from 255) = 35.19%
R=26.67%
G=38.15%
B=35.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72103950.3000.080.60164.5217.7134.31
Hex48675F1E083Ca51222
Octal11014713736010742452242
Binary10010001100111101111111110010001111001010010110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48675F; }

 p { color: rgb(72,103,95); }

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

<style>
 a { background-color: #48675F; }

 a { background-color: rgb(72,103,95); }

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

<style>
 span { border-color: #48675F; }

 span { border-color: rgb(72,103,95); }

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