#726625

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

Shades of Himalaya #726625

Tints of Himalaya #726625

Color information

#726625 (or 0x726625) is unknown color: approx Himalaya. HEX triplet: 72, 66 and 25. RGB value is (114,102,37). Sum of RGB (Red+Green+Blue) = 114+102+37=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #726625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726625 is #8D99DA. Grayscale: #626262. Windows color (decimal): -9279963 or 2451058. OLE color: 2451058.

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

Color convert

RGB11410237-
CMYK00.110.680.55
HSL50.65º50.99%29.61%-
HSV(B)50.65º67.54%44.71%-
XYZ12.0213.213.67-
YUV98.1893.48139.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 102 (40.23% from 255) = 40.32%
BLUE value IS 37 (14.84% from 255) = 14.62%
R=45.06%
G=40.32%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141023700.110.680.5550.6550.9929.61
Hex7266250B443733331e
Octal1621464501310467636336
Binary1110010110011010010101011100010011011111001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726625; }

 p { color: rgb(114,102,37); }

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

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

 a { background-color: rgb(114,102,37); }

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

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

 span { border-color: rgb(114,102,37); }

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