#756531

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

Shades of Himalaya #756531

Tints of Himalaya #756531

Color information

#756531 (or 0x756531) is unknown color: approx Himalaya. HEX triplet: 75, 65 and 31. RGB value is (117,101,49). Sum of RGB (Red+Green+Blue) = 117+101+49=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #756531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756531 is #8A9ACE. Grayscale: #646464. Windows color (decimal): -9083599 or 3237237. OLE color: 3237237.

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

Color convert

RGB11710149-
CMYK00.140.580.54
HSL45.88º40.96%32.55%-
HSV(B)45.88º58.12%45.88%-
XYZ12.5413.314.81-
YUV99.8699.3140.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 101 (39.84% from 255) = 37.83%
BLUE value IS 49 (19.53% from 255) = 18.35%
R=43.82%
G=37.83%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171014900.140.580.5445.8840.9632.55
Hex7565310E3A362e2921
Octal165145610167266565141
Binary1110101110010111000101110111010110110101110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756531; }

 p { color: rgb(117,101,49); }

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

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

 a { background-color: rgb(117,101,49); }

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

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

 span { border-color: rgb(117,101,49); }

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