#725F22

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

Shades of Himalaya #725F22

Tints of Himalaya #725F22

Color information

#725F22 (or 0x725F22) is unknown color: approx Himalaya. HEX triplet: 72, 5F and 22. RGB value is (114,95,34). Sum of RGB (Red+Green+Blue) = 114+95+34=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #725F22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725F22 is #8DA0DD. Grayscale: #5D5D5D. Windows color (decimal): -9281758 or 2252658. OLE color: 2252658.

HSL color Cylindrical-coordinate representation of color #725F22: hue angle of 45.75º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #725F22 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1149534-
CMYK00.170.700.55
HSL45.75º54.05%29.02%-
HSV(B)45.75º70.18%44.71%-
XYZ11.3211.883.21-
YUV93.7394.29142.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 95 (37.5% from 255) = 39.09%
BLUE value IS 34 (13.67% from 255) = 13.99%
R=46.91%
G=39.09%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114953400.170.700.5545.7554.0529.02
Hex725F2201146372e361d
Octal1621374202110667566635
Binary11100101011111100010010001100011011011110111011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,95,34); }

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

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

 a { background-color: rgb(114,95,34); }

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

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

 span { border-color: rgb(114,95,34); }

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