#756135

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

Shades of Himalaya #756135

Tints of Himalaya #756135

Color information

#756135 (or 0x756135) is unknown color: approx Himalaya. HEX triplet: 75, 61 and 35. RGB value is (117,97,53). Sum of RGB (Red+Green+Blue) = 117+97+53=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #756135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756135 is #8A9ECA. Grayscale: #626262. Windows color (decimal): -9084619 or 3498357. OLE color: 3498357.

HSL color Cylindrical-coordinate representation of color #756135: hue angle of 41.25º 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 #756135 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB1179753-
CMYK00.170.550.54
HSL41.25º37.65%33.33%-
HSV(B)41.25º54.7%45.88%-
XYZ12.2512.595.15-
YUV97.96102.63141.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 53 (21.09% from 255) = 19.85%
R=43.82%
G=36.33%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117975300.170.550.5441.2537.6533.33
Hex7561350113736292621
Octal165141650216766514641
Binary11101011100001110101010001110111110110101001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756135; }

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

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

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

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

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

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

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

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