#72672E

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

Shades of Himalaya #72672E

Tints of Himalaya #72672E

Color information

#72672E (or 0x72672E) is unknown color: approx Himalaya. HEX triplet: 72, 67 and 2E. RGB value is (114,103,46). Sum of RGB (Red+Green+Blue) = 114+103+46=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #72672E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72672E is #8D98D1. Grayscale: #646464. Windows color (decimal): -9279698 or 3041138. OLE color: 3041138.

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

Color convert

RGB11410346-
CMYK00.100.600.55
HSL50.29º42.5%31.37%-
HSV(B)50.29º59.65%44.71%-
XYZ12.2813.484.54-
YUV99.7997.64138.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.35%
GREEN value IS 103 (40.62% from 255) = 39.16%
BLUE value IS 46 (18.36% from 255) = 17.49%
R=43.35%
G=39.16%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141034600.100.600.5550.2942.531.37
Hex72672E0A3C37322a1f
Octal162147560127467625237
Binary111001011001111011100101011110011011111001010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72672E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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