#736535

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

Shades of Himalaya #736535

Tints of Himalaya #736535

Color information

#736535 (or 0x736535) is unknown color: approx Himalaya. HEX triplet: 73, 65 and 35. RGB value is (115,101,53). Sum of RGB (Red+Green+Blue) = 115+101+53=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 115 - color contains mainly: red. Hex color #736535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736535 is #8C9ACA. Grayscale: #636363. Windows color (decimal): -9214667 or 3499379. OLE color: 3499379.

HSL color Cylindrical-coordinate representation of color #736535: hue angle of 46.45º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #736535 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB11510153-
CMYK00.120.540.55
HSL46.45º36.9%32.94%-
HSV(B)46.45º53.91%45.1%-
XYZ12.3713.215.27-
YUV99.71101.64138.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.75%
GREEN value IS 101 (39.84% from 255) = 37.55%
BLUE value IS 53 (21.09% from 255) = 19.70%
R=42.75%
G=37.55%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151015300.120.540.5546.4536.932.94
Hex7365350C36372e2521
Octal163145650146667564541
Binary1110011110010111010101100110110110111101110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736535; }

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

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

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

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

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

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

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

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