#726027

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

Shades of Himalaya #726027

Tints of Himalaya #726027

Color information

#726027 (or 0x726027) is unknown color: approx Himalaya. HEX triplet: 72, 60 and 27. RGB value is (114,96,39). Sum of RGB (Red+Green+Blue) = 114+96+39=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #726027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726027 is #8D9FD8. Grayscale: #5F5F5F. Windows color (decimal): -9281497 or 2580594. OLE color: 2580594.

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

Color convert

RGB1149639-
CMYK00.160.660.55
HSL45.6º49.02%30%-
HSV(B)45.6º65.79%44.71%-
XYZ11.4912.093.65-
YUV94.8896.46141.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 39 (15.62% from 255) = 15.66%
R=45.78%
G=38.55%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114963900.160.660.5545.649.0230
Hex72602701042372e311e
Octal1621404702010267566136
Binary11100101100000100111010000100001011011110111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726027; }

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

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

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

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

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

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

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

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