#736035

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

Shades of Himalaya #736035

Tints of Himalaya #736035

Color information

#736035 (or 0x736035) is unknown color: approx Himalaya. HEX triplet: 73, 60 and 35. RGB value is (115,96,53). Sum of RGB (Red+Green+Blue) = 115+96+53=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #736035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736035 is #8C9FCA. Grayscale: #606060. Windows color (decimal): -9215947 or 3498099. OLE color: 3498099.

HSL color Cylindrical-coordinate representation of color #736035: hue angle of 41.61º 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 #736035 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB1159653-
CMYK00.170.540.55
HSL41.61º36.9%32.94%-
HSV(B)41.61º53.91%45.1%-
XYZ11.912.275.11-
YUV96.78103.29141-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.56%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 53 (21.09% from 255) = 20.08%
R=43.56%
G=36.36%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115965300.170.540.5541.6136.932.94
Hex73603501136372a2521
Octal163140650216667524541
Binary11100111100000110101010001110110110111101010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736035; }

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

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

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

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

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

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

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

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