#725E21

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

Shades of Himalaya #725E21

Tints of Himalaya #725E21

Color information

#725E21 (or 0x725E21) is unknown color: approx Himalaya. HEX triplet: 72, 5E and 21. RGB value is (114,94,33). Sum of RGB (Red+Green+Blue) = 114+94+33=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #725E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725E21 is #8DA1DE. Grayscale: #5D5D5D. Windows color (decimal): -9282015 or 2186866. OLE color: 2186866.

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

Color convert

RGB1149433-
CMYK00.180.710.55
HSL45.19º55.1%28.82%-
HSV(B)45.19º71.05%44.71%-
XYZ11.2211.693.1-
YUV93.0394.13142.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 94 (37.11% from 255) = 39.00%
BLUE value IS 33 (13.28% from 255) = 13.69%
R=47.30%
G=39.00%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114943300.180.710.5545.1955.128.82
Hex725E2101247372d371d
Octal1621364102210767556735
Binary11100101011110100001010010100011111011110110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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