#726938

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

Shades of Himalaya #726938

Tints of Himalaya #726938

Color information

#726938 (or 0x726938) is unknown color: approx Himalaya. HEX triplet: 72, 69 and 38. RGB value is (114,105,56). Sum of RGB (Red+Green+Blue) = 114+105+56=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #726938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726938 is #8D96C7. Grayscale: #666666. Windows color (decimal): -9279176 or 3697010. OLE color: 3697010.

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

Color convert

RGB11410556-
CMYK00.080.510.55
HSL50.69º34.12%33.33%-
HSV(B)50.69º50.88%44.71%-
XYZ12.713.975.77-
YUV102.1101.98136.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.45%
GREEN value IS 105 (41.41% from 255) = 38.18%
BLUE value IS 56 (22.27% from 255) = 20.36%
R=41.45%
G=38.18%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141055600.080.510.5550.6934.1233.33
Hex726938083337332221
Octal162151700106367634241
Binary1110010110100111100001000110011110111110011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726938; }

 p { color: rgb(114,105,56); }

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

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

 a { background-color: rgb(114,105,56); }

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

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

 span { border-color: rgb(114,105,56); }

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