#725D29

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

Shades of Himalaya #725D29

Tints of Himalaya #725D29

Color information

#725D29 (or 0x725D29) is unknown color: approx Himalaya. HEX triplet: 72, 5D and 29. RGB value is (114,93,41). Sum of RGB (Red+Green+Blue) = 114+93+41=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #725D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725D29 is #8DA2D6. Grayscale: #5D5D5D. Windows color (decimal): -9282263 or 2710898. OLE color: 2710898.

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

Color convert

RGB1149341-
CMYK00.180.640.55
HSL42.74º47.1%30.39%-
HSV(B)42.74º64.04%44.71%-
XYZ11.2511.573.74-
YUV93.3598.46142.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.97%
GREEN value IS 93 (36.72% from 255) = 37.5%
BLUE value IS 41 (16.41% from 255) = 16.53%
R=45.97%
G=37.5%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114934100.180.640.5542.7447.130.39
Hex725D2901240372b2f1e
Octal1621355102210067535736
Binary11100101011101101001010010100000011011110101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,93,41); }

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

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

 a { background-color: rgb(114,93,41); }

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

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

 span { border-color: rgb(114,93,41); }

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