#72662F

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

Shades of Himalaya #72662F

Tints of Himalaya #72662F

Color information

#72662F (or 0x72662F) is unknown color: approx Himalaya. HEX triplet: 72, 66 and 2F. RGB value is (114,102,47). Sum of RGB (Red+Green+Blue) = 114+102+47=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #72662F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72662F is #8D99D0. Grayscale: #636363. Windows color (decimal): -9279953 or 3106418. OLE color: 3106418.

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

Color convert

RGB11410247-
CMYK00.110.590.55
HSL49.25º41.61%31.57%-
HSV(B)49.25º58.77%44.71%-
XYZ12.213.294.61-
YUV99.3298.48138.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.35%
GREEN value IS 102 (40.23% from 255) = 38.78%
BLUE value IS 47 (18.75% from 255) = 17.87%
R=43.35%
G=38.78%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141024700.110.590.5549.2541.6131.57
Hex72662F0B3B37312a20
Octal162146570137367615240
Binary1110010110011010111101011111011110111110001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72662F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72662F; }

 p { color: rgb(114,102,47); }

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

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

 a { background-color: rgb(114,102,47); }

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

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

 span { border-color: rgb(114,102,47); }

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