#756533

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

Shades of Himalaya #756533

Tints of Himalaya #756533

Color information

#756533 (or 0x756533) is unknown color: approx Himalaya. HEX triplet: 75, 65 and 33. RGB value is (117,101,51). Sum of RGB (Red+Green+Blue) = 117+101+51=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #756533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756533 is #8A9ACC. Grayscale: #646464. Windows color (decimal): -9083597 or 3368309. OLE color: 3368309.

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

Color convert

RGB11710151-
CMYK00.140.560.54
HSL45.45º39.29%32.94%-
HSV(B)45.45º56.41%45.88%-
XYZ12.5913.335.04-
YUV100.08100.3140.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.49%
GREEN value IS 101 (39.84% from 255) = 37.55%
BLUE value IS 51 (20.31% from 255) = 18.96%
R=43.49%
G=37.55%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171015100.140.560.5445.4539.2932.94
Hex7565330E38362d2721
Octal165145630167066554741
Binary1110101110010111001101110111000110110101101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756533; }

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

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

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

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

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

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

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

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