#726533

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

Shades of Himalaya #726533

Tints of Himalaya #726533

Color information

#726533 (or 0x726533) is unknown color: approx Himalaya. HEX triplet: 72, 65 and 33. RGB value is (114,101,51). Sum of RGB (Red+Green+Blue) = 114+101+51=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #726533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726533 is #8D9ACC. Grayscale: #636363. Windows color (decimal): -9280205 or 3368306. OLE color: 3368306.

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

Color convert

RGB11410151-
CMYK00.110.550.55
HSL47.62º38.18%32.35%-
HSV(B)47.62º55.26%44.71%-
XYZ12.1913.125.02-
YUV99.19100.81138.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.86%
GREEN value IS 101 (39.84% from 255) = 37.97%
BLUE value IS 51 (20.31% from 255) = 19.17%
R=42.86%
G=37.97%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141015100.110.550.5547.6238.1832.35
Hex7265330B3737302620
Octal162145630136767604640
Binary1110010110010111001101011110111110111110000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726533; }

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

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

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

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

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

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

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

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