#725D24

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

Shades of Himalaya #725D24

Tints of Himalaya #725D24

Color information

#725D24 (or 0x725D24) is unknown color: approx Himalaya. HEX triplet: 72, 5D and 24. RGB value is (114,93,36). Sum of RGB (Red+Green+Blue) = 114+93+36=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 36 (14.45% from 255 or 14.81% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #725D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725D24 is #8DA2DB. Grayscale: #5D5D5D. Windows color (decimal): -9282268 or 2383218. OLE color: 2383218.

HSL color Cylindrical-coordinate representation of color #725D24: hue angle of 43.85º 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 #725D24 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB1149336-
CMYK00.180.680.55
HSL43.85º52%29.41%-
HSV(B)43.85º68.42%44.71%-
XYZ11.1711.533.31-
YUV92.7895.96143.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 93 (36.72% from 255) = 38.27%
BLUE value IS 36 (14.45% from 255) = 14.81%
R=46.91%
G=38.27%
B=14.81%

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
Decimal114933600.180.680.5543.855229.41
Hex725D2401244372c341d
Octal1621354402210467546435
Binary11100101011101100100010010100010011011110110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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