#726427

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

Shades of Himalaya #726427

Tints of Himalaya #726427

Color information

#726427 (or 0x726427) is unknown color: approx Himalaya. HEX triplet: 72, 64 and 27. RGB value is (114,100,39). Sum of RGB (Red+Green+Blue) = 114+100+39=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #726427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726427 is #8D9BD8. Grayscale: #616161. Windows color (decimal): -9280473 or 2581618. OLE color: 2581618.

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

Color convert

RGB11410039-
CMYK00.120.660.55
HSL48.8º49.02%30%-
HSV(B)48.8º65.79%44.71%-
XYZ11.8612.843.77-
YUV97.2395.14139.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 100 (39.45% from 255) = 39.53%
BLUE value IS 39 (15.62% from 255) = 15.42%
R=45.06%
G=39.53%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141003900.120.660.5548.849.0230
Hex7264270C423731311e
Octal1621444701410267616136
Binary1110010110010010011101100100001011011111000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726427; }

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

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

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

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

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

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

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

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