#726135

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

Shades of Himalaya #726135

Tints of Himalaya #726135

Color information

#726135 (or 0x726135) is unknown color: approx Himalaya. HEX triplet: 72, 61 and 35. RGB value is (114,97,53). Sum of RGB (Red+Green+Blue) = 114+97+53=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #726135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726135 is #8D9ECA. Grayscale: #616161. Windows color (decimal): -9281227 or 3498354. OLE color: 3498354.

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

Color convert

RGB1149753-
CMYK00.150.540.55
HSL43.28º36.53%32.75%-
HSV(B)43.28º53.51%44.71%-
XYZ11.8612.385.13-
YUV97.07103.13140.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 97 (38.28% from 255) = 36.74%
BLUE value IS 53 (21.09% from 255) = 20.08%
R=43.18%
G=36.74%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114975300.150.540.5543.2836.5332.75
Hex7261350F36372b2521
Octal162141650176667534541
Binary1110010110000111010101111110110110111101011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726135; }

 p { color: rgb(114,97,53); }

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

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

 a { background-color: rgb(114,97,53); }

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

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

 span { border-color: rgb(114,97,53); }

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