#756837

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

Shades of Himalaya #756837

Tints of Himalaya #756837

Color information

#756837 (or 0x756837) is unknown color: approx Himalaya. HEX triplet: 75, 68 and 37. RGB value is (117,104,55). Sum of RGB (Red+Green+Blue) = 117+104+55=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #756837 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756837 is #8A97C8. Grayscale: #666666. Windows color (decimal): -9082825 or 3631221. OLE color: 3631221.

HSL color Cylindrical-coordinate representation of color #756837: hue angle of 47.42º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #756837 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB11710455-
CMYK00.110.530.54
HSL47.42º36.05%33.73%-
HSV(B)47.42º52.99%45.88%-
XYZ12.9813.965.62-
YUV102.3101.31138.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 104 (41.02% from 255) = 37.68%
BLUE value IS 55 (21.88% from 255) = 19.93%
R=42.39%
G=37.68%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171045500.110.530.5447.4236.0533.73
Hex7568370B35362f2422
Octal165150670136566574442
Binary1110101110100011011101011110101110110101111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756837; }

 p { color: rgb(117,104,55); }

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

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

 a { background-color: rgb(117,104,55); }

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

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

 span { border-color: rgb(117,104,55); }

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