#725E23

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

Shades of Himalaya #725E23

Tints of Himalaya #725E23

Color information

#725E23 (or 0x725E23) is unknown color: approx Himalaya. HEX triplet: 72, 5E and 23. RGB value is (114,94,35). Sum of RGB (Red+Green+Blue) = 114+94+35=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #725E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725E23 is #8DA1DC. Grayscale: #5D5D5D. Windows color (decimal): -9282013 or 2317938. OLE color: 2317938.

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

Color convert

RGB1149435-
CMYK00.180.690.55
HSL44.81º53.02%29.22%-
HSV(B)44.81º69.3%44.71%-
XYZ11.2511.73.26-
YUV93.2595.13142.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 94 (37.11% from 255) = 38.68%
BLUE value IS 35 (14.06% from 255) = 14.40%
R=46.91%
G=38.68%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114943500.180.690.5544.8153.0229.22
Hex725E2301245372d351d
Octal1621364302210567556535
Binary11100101011110100011010010100010111011110110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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