#736132

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

Shades of Himalaya #736132

Tints of Himalaya #736132

Color information

#736132 (or 0x736132) is unknown color: approx Himalaya. HEX triplet: 73, 61 and 32. RGB value is (115,97,50). Sum of RGB (Red+Green+Blue) = 115+97+50=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #736132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736132 is #8C9ECD. Grayscale: #616161. Windows color (decimal): -9215694 or 3301747. OLE color: 3301747.

HSL color Cylindrical-coordinate representation of color #736132: hue angle of 43.38º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #736132 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1159750-
CMYK00.160.570.55
HSL43.38º39.39%32.35%-
HSV(B)43.38º56.52%45.1%-
XYZ11.9212.424.79-
YUV97.02101.46140.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 50 (19.92% from 255) = 19.08%
R=43.89%
G=37.02%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115975000.160.570.5543.3839.3932.35
Hex73613201039372b2720
Octal163141620207167534740
Binary11100111100001110010010000111001110111101011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736132; }

 p { color: rgb(115,97,50); }

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

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

 a { background-color: rgb(115,97,50); }

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

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

 span { border-color: rgb(115,97,50); }

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