#756523

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

Shades of Himalaya #756523

Tints of Himalaya #756523

Color information

#756523 (or 0x756523) is unknown color: approx Himalaya. HEX triplet: 75, 65 and 23. RGB value is (117,101,35). Sum of RGB (Red+Green+Blue) = 117+101+35=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #756523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756523 is #8A9ADC. Grayscale: #626262. Windows color (decimal): -9083613 or 2319733. OLE color: 2319733.

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

Color convert

RGB11710135-
CMYK00.140.700.54
HSL48.29º53.95%29.8%-
HSV(B)48.29º70.09%45.88%-
XYZ12.2913.213.49-
YUV98.2692.3141.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 101 (39.84% from 255) = 39.92%
BLUE value IS 35 (14.06% from 255) = 13.83%
R=46.25%
G=39.92%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171013500.140.700.5448.2953.9529.8
Hex7565230E463630361e
Octal1651454301610666606636
Binary1110101110010110001101110100011011011011000011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756523; }

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

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

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

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

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

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

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

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