#726327

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

Shades of Himalaya #726327

Tints of Himalaya #726327

Color information

#726327 (or 0x726327) is unknown color: approx Himalaya. HEX triplet: 72, 63 and 27. RGB value is (114,99,39). Sum of RGB (Red+Green+Blue) = 114+99+39=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #726327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726327 is #8D9CD8. Grayscale: #606060. Windows color (decimal): -9280729 or 2581362. OLE color: 2581362.

HSL color Cylindrical-coordinate representation of color #726327: hue angle of 48º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #726327 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB1149939-
CMYK00.130.660.55
HSL48º49.02%30%-
HSV(B)48º65.79%44.71%-
XYZ11.7712.653.74-
YUV96.6495.47140.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.24%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 39 (15.62% from 255) = 15.48%
R=45.24%
G=39.29%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114993900.130.660.554849.0230
Hex7263270D423730311e
Octal1621434701510267606136
Binary1110010110001110011101101100001011011111000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726327; }

 p { color: rgb(114,99,39); }

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

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

 a { background-color: rgb(114,99,39); }

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

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

 span { border-color: rgb(114,99,39); }

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