#725E24

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

Shades of Himalaya #725E24

Tints of Himalaya #725E24

Color information

#725E24 (or 0x725E24) is unknown color: approx Himalaya. HEX triplet: 72, 5E and 24. RGB value is (114,94,36). Sum of RGB (Red+Green+Blue) = 114+94+36=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #725E24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725E24 is #8DA1DB. Grayscale: #5D5D5D. Windows color (decimal): -9282012 or 2383474. OLE color: 2383474.

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

Color convert

RGB1149436-
CMYK00.180.680.55
HSL44.62º52%29.41%-
HSV(B)44.62º68.42%44.71%-
XYZ11.2611.713.34-
YUV93.3795.63142.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.72%
GREEN value IS 94 (37.11% from 255) = 38.52%
BLUE value IS 36 (14.45% from 255) = 14.75%
R=46.72%
G=38.52%
B=14.75%

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
Decimal114943600.180.680.5544.625229.41
Hex725E2401244372d341d
Octal1621364402210467556435
Binary11100101011110100100010010100010011011110110111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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