#49635C

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

Shades of Stromboli #49635C

Tints of Stromboli #49635C

Color information

#49635C (or 0x49635C) is unknown color: approx Stromboli. HEX triplet: 49, 63 and 5C. RGB value is (73,99,92). Sum of RGB (Red+Green+Blue) = 73+99+92=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 99 - color contains mainly: green. Hex color #49635C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49635C is #B69CA3. Grayscale: #5A5A5A. Windows color (decimal): -11967652 or 6054729. OLE color: 6054729.

HSL color Cylindrical-coordinate representation of color #49635C: hue angle of 163.85º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49635C is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB739992-
CMYK0.2600.070.61
HSL163.85º15.12%33.73%-
HSV(B)163.85º26.26%38.82%-
XYZ9.1411.1111.79-
YUV90.43128.89115.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 92 (36.33% from 255) = 34.85%
R=27.65%
G=37.5%
B=34.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399920.2600.070.61163.8515.1233.73
Hex49635C1A073Da4f22
Octal1111431343207752441742
Binary100100111000111011100110100111111101101001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49635C; }

 p { color: rgb(73,99,92); }

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

<style>
 a { background-color: #49635C; }

 a { background-color: rgb(73,99,92); }

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

<style>
 span { border-color: #49635C; }

 span { border-color: rgb(73,99,92); }

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