#726226

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

Shades of Himalaya #726226

Tints of Himalaya #726226

Color information

#726226 (or 0x726226) is unknown color: approx Himalaya. HEX triplet: 72, 62 and 26. RGB value is (114,98,38). Sum of RGB (Red+Green+Blue) = 114+98+38=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #726226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726226 is #8D9DD9. Grayscale: #606060. Windows color (decimal): -9280986 or 2515570. OLE color: 2515570.

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

Color convert

RGB1149838-
CMYK00.140.670.55
HSL47.37º50%29.8%-
HSV(B)47.37º66.67%44.71%-
XYZ11.6612.453.62-
YUV95.9495.3140.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.6%
GREEN value IS 98 (38.67% from 255) = 39.2%
BLUE value IS 38 (15.23% from 255) = 15.2%
R=45.6%
G=39.2%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114983800.140.670.5547.375029.8
Hex7262260E43372f321e
Octal1621424601610367576236
Binary1110010110001010011001110100001111011110111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726226; }

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

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

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

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

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

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

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

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