#726838

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

Shades of Himalaya #726838

Tints of Himalaya #726838

Color information

#726838 (or 0x726838) is unknown color: approx Himalaya. HEX triplet: 72, 68 and 38. RGB value is (114,104,56). Sum of RGB (Red+Green+Blue) = 114+104+56=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #726838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726838 is #8D97C7. Grayscale: #656565. Windows color (decimal): -9279432 or 3696754. OLE color: 3696754.

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

Color convert

RGB11410456-
CMYK00.090.510.55
HSL49.66º34.12%33.33%-
HSV(B)49.66º50.88%44.71%-
XYZ12.613.765.73-
YUV101.52102.31136.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.61%
GREEN value IS 104 (41.02% from 255) = 37.96%
BLUE value IS 56 (22.27% from 255) = 20.44%
R=41.61%
G=37.96%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141045600.090.510.5549.6634.1233.33
Hex726838093337322221
Octal162150700116367624241
Binary1110010110100011100001001110011110111110010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726838; }

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

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

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

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

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

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

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

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