#725E25

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

Shades of Himalaya #725E25

Tints of Himalaya #725E25

Color information

#725E25 (or 0x725E25) is unknown color: approx Himalaya. HEX triplet: 72, 5E and 25. RGB value is (114,94,37). Sum of RGB (Red+Green+Blue) = 114+94+37=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #725E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725E25 is #8DA1DA. Grayscale: #5D5D5D. Windows color (decimal): -9282011 or 2449010. OLE color: 2449010.

HSL color Cylindrical-coordinate representation of color #725E25: hue angle of 44.42º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #725E25 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB1149437-
CMYK00.180.680.55
HSL44.42º50.99%29.61%-
HSV(B)44.42º67.54%44.71%-
XYZ11.2811.723.42-
YUV93.4896.13142.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 94 (37.11% from 255) = 38.37%
BLUE value IS 37 (14.84% from 255) = 15.10%
R=46.53%
G=38.37%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114943700.180.680.5544.4250.9929.61
Hex725E2501244372c331e
Octal1621364502210467546336
Binary11100101011110100101010010100010011011110110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725E25; }

 p { color: rgb(114,94,37); }

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

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

 a { background-color: rgb(114,94,37); }

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

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

 span { border-color: rgb(114,94,37); }

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