#726423

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

Shades of Himalaya #726423

Tints of Himalaya #726423

Color information

#726423 (or 0x726423) is unknown color: approx Himalaya. HEX triplet: 72, 64 and 23. RGB value is (114,100,35). Sum of RGB (Red+Green+Blue) = 114+100+35=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #726423 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726423 is #8D9BDC. Grayscale: #616161. Windows color (decimal): -9280477 or 2319474. OLE color: 2319474.

HSL color Cylindrical-coordinate representation of color #726423: hue angle of 49.37º 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 #726423 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB11410035-
CMYK00.120.690.55
HSL49.37º53.02%29.22%-
HSV(B)49.37º69.3%44.71%-
XYZ11.812.813.44-
YUV96.7893.14140.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 100 (39.45% from 255) = 40.16%
BLUE value IS 35 (14.06% from 255) = 14.06%
R=45.78%
G=40.16%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141003500.120.690.5549.3753.0229.22
Hex7264230C453731351d
Octal1621444301410567616535
Binary1110010110010010001101100100010111011111000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726423; }

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

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

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

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

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

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

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

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