#756020

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

Shades of Himalaya #756020

Tints of Himalaya #756020

Color information

#756020 (or 0x756020) is unknown color: approx Himalaya. HEX triplet: 75, 60 and 20. RGB value is (117,96,32). Sum of RGB (Red+Green+Blue) = 117+96+32=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #756020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756020 is #8A9FDF. Grayscale: #5F5F5F. Windows color (decimal): -9084896 or 2121845. OLE color: 2121845.

HSL color Cylindrical-coordinate representation of color #756020: hue angle of 45.18º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #756020 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB1179632-
CMYK00.180.730.54
HSL45.18º57.05%29.22%-
HSV(B)45.18º72.65%45.88%-
XYZ11.7812.253.11-
YUV94.9892.46143.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 32 (12.89% from 255) = 13.06%
R=47.76%
G=39.18%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117963200.180.730.5445.1857.0529.22
Hex75602001249362d391d
Octal1651404002211166557135
Binary11101011100000100000010010100100111011010110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756020; }

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

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

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

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

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

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

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

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