#72642E

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

Shades of Himalaya #72642E

Tints of Himalaya #72642E

Color information

#72642E (or 0x72642E) is unknown color: approx Himalaya. HEX triplet: 72, 64 and 2E. RGB value is (114,100,46). Sum of RGB (Red+Green+Blue) = 114+100+46=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #72642E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72642E is #8D9BD1. Grayscale: #626262. Windows color (decimal): -9280466 or 3040370. OLE color: 3040370.

HSL color Cylindrical-coordinate representation of color #72642E: hue angle of 47.65º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72642E is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB11410046-
CMYK00.120.600.55
HSL47.65º42.5%31.37%-
HSV(B)47.65º59.65%44.71%-
XYZ11.9912.894.44-
YUV98.0398.64139.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.85%
GREEN value IS 100 (39.45% from 255) = 38.46%
BLUE value IS 46 (18.36% from 255) = 17.69%
R=43.85%
G=38.46%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141004600.120.600.5547.6542.531.37
Hex72642E0C3C37302a1f
Octal162144560147467605237
Binary111001011001001011100110011110011011111000010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72642E; }

 p { color: rgb(114,100,46); }

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

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

 a { background-color: rgb(114,100,46); }

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

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

 span { border-color: rgb(114,100,46); }

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