#726033

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

Shades of Himalaya #726033

Tints of Himalaya #726033

Color information

#726033 (or 0x726033) is unknown color: approx Himalaya. HEX triplet: 72, 60 and 33. RGB value is (114,96,51). Sum of RGB (Red+Green+Blue) = 114+96+51=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #726033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726033 is #8D9FCC. Grayscale: #606060. Windows color (decimal): -9281485 or 3367026. OLE color: 3367026.

HSL color Cylindrical-coordinate representation of color #726033: hue angle of 42.86º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #726033 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB1149651-
CMYK00.160.550.55
HSL42.86º38.18%32.35%-
HSV(B)42.86º55.26%44.71%-
XYZ11.7212.184.87-
YUV96.25102.46140.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 96 (37.89% from 255) = 36.78%
BLUE value IS 51 (20.31% from 255) = 19.54%
R=43.68%
G=36.78%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114965100.160.550.5542.8638.1832.35
Hex72603301037372b2620
Octal162140630206767534640
Binary11100101100000110011010000110111110111101011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726033; }

 p { color: rgb(114,96,51); }

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

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

 a { background-color: rgb(114,96,51); }

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

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

 span { border-color: rgb(114,96,51); }

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