#756427

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

Shades of Himalaya #756427

Tints of Himalaya #756427

Color information

#756427 (or 0x756427) is unknown color: approx Himalaya. HEX triplet: 75, 64 and 27. RGB value is (117,100,39). Sum of RGB (Red+Green+Blue) = 117+100+39=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #756427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756427 is #8A9BD8. Grayscale: #626262. Windows color (decimal): -9083865 or 2581621. OLE color: 2581621.

HSL color Cylindrical-coordinate representation of color #756427: hue angle of 46.92º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #756427 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB11710039-
CMYK00.150.670.54
HSL46.92º50%30.59%-
HSV(B)46.92º66.67%45.88%-
XYZ12.2613.043.79-
YUV98.1394.63141.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 100 (39.45% from 255) = 39.06%
BLUE value IS 39 (15.62% from 255) = 15.23%
R=45.70%
G=39.06%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171003900.150.670.5446.925030.59
Hex7564270F43362f321f
Octal1651444701710366576237
Binary1110101110010010011101111100001111011010111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756427; }

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

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

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

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

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

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

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

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