#756423

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

Shades of Himalaya #756423

Tints of Himalaya #756423

Color information

#756423 (or 0x756423) is unknown color: approx Himalaya. HEX triplet: 75, 64 and 23. RGB value is (117,100,35). Sum of RGB (Red+Green+Blue) = 117+100+35=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #756423 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756423 is #8A9BDC. Grayscale: #616161. Windows color (decimal): -9083869 or 2319477. OLE color: 2319477.

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

Color convert

RGB11710035-
CMYK00.150.700.54
HSL47.56º53.95%29.8%-
HSV(B)47.56º70.09%45.88%-
XYZ12.213.023.46-
YUV97.6792.63141.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 100 (39.45% from 255) = 39.68%
BLUE value IS 35 (14.06% from 255) = 13.89%
R=46.43%
G=39.68%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171003500.150.700.5447.5653.9529.8
Hex7564230F463630361e
Octal1651444301710666606636
Binary1110101110010010001101111100011011011011000011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756423; }

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

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

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

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

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

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

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

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