#756835

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

Shades of Himalaya #756835

Tints of Himalaya #756835

Color information

#756835 (or 0x756835) is unknown color: approx Himalaya. HEX triplet: 75, 68 and 35. RGB value is (117,104,53). Sum of RGB (Red+Green+Blue) = 117+104+53=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #756835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756835 is #8A97CA. Grayscale: #666666. Windows color (decimal): -9082827 or 3500149. OLE color: 3500149.

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

Color convert

RGB11710453-
CMYK00.110.550.54
HSL47.81º37.65%33.33%-
HSV(B)47.81º54.7%45.88%-
XYZ12.9313.945.38-
YUV102.07100.31138.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 104 (41.02% from 255) = 37.96%
BLUE value IS 53 (21.09% from 255) = 19.34%
R=42.70%
G=37.96%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171045300.110.550.5447.8137.6533.33
Hex7568350B3736302621
Octal165150650136766604641
Binary1110101110100011010101011110111110110110000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756835; }

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

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

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

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

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

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

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

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