#725E2D

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

Shades of Himalaya #725E2D

Tints of Himalaya #725E2D

Color information

#725E2D (or 0x725E2D) is unknown color: approx Himalaya. HEX triplet: 72, 5E and 2D. RGB value is (114,94,45). Sum of RGB (Red+Green+Blue) = 114+94+45=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #725E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725E2D is #8DA1D2. Grayscale: #5E5E5E. Windows color (decimal): -9282003 or 2973298. OLE color: 2973298.

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

Color convert

RGB1149445-
CMYK00.180.610.55
HSL42.61º43.4%31.18%-
HSV(B)42.61º60.53%44.71%-
XYZ11.4211.774.15-
YUV94.39100.13141.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 94 (37.11% from 255) = 37.15%
BLUE value IS 45 (17.97% from 255) = 17.79%
R=45.06%
G=37.15%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114944500.180.610.5542.6143.431.18
Hex725E2D0123D372b2b1f
Octal162136550227567535337
Binary1110010101111010110101001011110111011110101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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