#736A34

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

Shades of Himalaya #736A34

Tints of Himalaya #736A34

Color information

#736A34 (or 0x736A34) is unknown color: approx Himalaya. HEX triplet: 73, 6A and 34. RGB value is (115,106,52). Sum of RGB (Red+Green+Blue) = 115+106+52=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #736A34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736A34 is #8C95CB. Grayscale: #666666. Windows color (decimal): -9213388 or 3435123. OLE color: 3435123.

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

Color convert

RGB11510652-
CMYK00.080.550.55
HSL51.43º37.72%32.75%-
HSV(B)51.43º54.78%45.1%-
XYZ12.8414.25.31-
YUV102.5499.48136.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.12%
GREEN value IS 106 (41.80% from 255) = 38.83%
BLUE value IS 52 (20.70% from 255) = 19.05%
R=42.12%
G=38.83%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151065200.080.550.5551.4337.7232.75
Hex736A34083737332621
Octal163152640106767634641
Binary1110011110101011010001000110111110111110011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736A34; }

 p { color: rgb(115,106,52); }

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

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

 a { background-color: rgb(115,106,52); }

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

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

 span { border-color: rgb(115,106,52); }

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