#756324

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

Shades of Himalaya #756324

Tints of Himalaya #756324

Color information

#756324 (or 0x756324) is unknown color: approx Himalaya. HEX triplet: 75, 63 and 24. RGB value is (117,99,36). Sum of RGB (Red+Green+Blue) = 117+99+36=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #756324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756324 is #8A9CDB. Grayscale: #616161. Windows color (decimal): -9084124 or 2384757. OLE color: 2384757.

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

Color convert

RGB1179936-
CMYK00.150.690.54
HSL46.67º52.94%30%-
HSV(B)46.67º69.23%45.88%-
XYZ12.1212.833.51-
YUV97.293.46142.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 36 (14.45% from 255) = 14.29%
R=46.43%
G=39.29%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117993600.150.690.5446.6752.9430
Hex7563240F45362f351e
Octal1651434401710566576536
Binary1110101110001110010001111100010111011010111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756324; }

 p { color: rgb(117,99,36); }

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

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

 a { background-color: rgb(117,99,36); }

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

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

 span { border-color: rgb(117,99,36); }

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