#756023

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

Shades of Himalaya #756023

Tints of Himalaya #756023

Color information

#756023 (or 0x756023) is unknown color: approx Himalaya. HEX triplet: 75, 60 and 23. RGB value is (117,96,35). Sum of RGB (Red+Green+Blue) = 117+96+35=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #756023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756023 is #8A9FDC. Grayscale: #5F5F5F. Windows color (decimal): -9084893 or 2318453. OLE color: 2318453.

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

Color convert

RGB1179635-
CMYK00.180.700.54
HSL44.63º53.95%29.8%-
HSV(B)44.63º70.09%45.88%-
XYZ11.8212.273.34-
YUV95.3293.96143.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 96 (37.89% from 255) = 38.71%
BLUE value IS 35 (14.06% from 255) = 14.11%
R=47.18%
G=38.71%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117963500.180.700.5444.6353.9529.8
Hex75602301246362d361e
Octal1651404302210666556636
Binary11101011100000100011010010100011011011010110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756023; }

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

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

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

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

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

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

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

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