#736531

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

Shades of Himalaya #736531

Tints of Himalaya #736531

Color information

#736531 (or 0x736531) is unknown color: approx Himalaya. HEX triplet: 73, 65 and 31. RGB value is (115,101,49). Sum of RGB (Red+Green+Blue) = 115+101+49=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #736531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736531 is #8C9ACE. Grayscale: #636363. Windows color (decimal): -9214671 or 3237235. OLE color: 3237235.

HSL color Cylindrical-coordinate representation of color #736531: hue angle of 47.27º degrees, saturation: 0.4, 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 #736531 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB11510149-
CMYK00.120.570.55
HSL47.27º40.24%32.16%-
HSV(B)47.27º57.39%45.1%-
XYZ12.2813.174.8-
YUV99.2699.64139.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.40%
GREEN value IS 101 (39.84% from 255) = 38.11%
BLUE value IS 49 (19.53% from 255) = 18.49%
R=43.40%
G=38.11%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151014900.120.570.5547.2740.2432.16
Hex7365310C39372f2820
Octal163145610147167575040
Binary1110011110010111000101100111001110111101111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736531; }

 p { color: rgb(115,101,49); }

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

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

 a { background-color: rgb(115,101,49); }

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

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

 span { border-color: rgb(115,101,49); }

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