#726126

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

Shades of Himalaya #726126

Tints of Himalaya #726126

Color information

#726126 (or 0x726126) is unknown color: approx Himalaya. HEX triplet: 72, 61 and 26. RGB value is (114,97,38). Sum of RGB (Red+Green+Blue) = 114+97+38=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #726126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726126 is #8D9ED9. Grayscale: #5F5F5F. Windows color (decimal): -9281242 or 2515314. OLE color: 2515314.

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

Color convert

RGB1149738-
CMYK00.150.670.55
HSL46.58º50%29.8%-
HSV(B)46.58º66.67%44.71%-
XYZ11.5612.273.59-
YUV95.3695.63141.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 38 (15.23% from 255) = 15.26%
R=45.78%
G=38.96%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114973800.150.670.5546.585029.8
Hex7261260F43372f321e
Octal1621414601710367576236
Binary1110010110000110011001111100001111011110111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726126; }

 p { color: rgb(114,97,38); }

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

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

 a { background-color: rgb(114,97,38); }

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

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

 span { border-color: rgb(114,97,38); }

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