#726527

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

Shades of Himalaya #726527

Tints of Himalaya #726527

Color information

#726527 (or 0x726527) is unknown color: approx Himalaya. HEX triplet: 72, 65 and 27. RGB value is (114,101,39). Sum of RGB (Red+Green+Blue) = 114+101+39=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #726527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726527 is #8D9AD8. Grayscale: #626262. Windows color (decimal): -9280217 or 2581874. OLE color: 2581874.

HSL color Cylindrical-coordinate representation of color #726527: hue angle of 49.6º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #726527 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB11410139-
CMYK00.110.660.55
HSL49.6º49.02%30%-
HSV(B)49.6º65.79%44.71%-
XYZ11.9613.033.8-
YUV97.8294.81139.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 101 (39.84% from 255) = 39.76%
BLUE value IS 39 (15.62% from 255) = 15.35%
R=44.88%
G=39.76%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141013900.110.660.5549.649.0230
Hex7265270B423732311e
Octal1621454701310267626136
Binary1110010110010110011101011100001011011111001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726527; }

 p { color: rgb(114,101,39); }

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

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

 a { background-color: rgb(114,101,39); }

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

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

 span { border-color: rgb(114,101,39); }

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