#72692F

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

Shades of Himalaya #72692F

Tints of Himalaya #72692F

Color information

#72692F (or 0x72692F) is unknown color: approx Himalaya. HEX triplet: 72, 69 and 2F. RGB value is (114,105,47). Sum of RGB (Red+Green+Blue) = 114+105+47=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #72692F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72692F is #8D96D0. Grayscale: #656565. Windows color (decimal): -9279185 or 3107186. OLE color: 3107186.

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

Color convert

RGB11410547-
CMYK00.080.590.55
HSL51.94º41.61%31.57%-
HSV(B)51.94º58.77%44.71%-
XYZ12.513.894.71-
YUV101.0897.48137.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.86%
GREEN value IS 105 (41.41% from 255) = 39.47%
BLUE value IS 47 (18.75% from 255) = 17.67%
R=42.86%
G=39.47%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141054700.080.590.5551.9441.6131.57
Hex72692F083B37342a20
Octal162151570107367645240
Binary1110010110100110111101000111011110111110100101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72692F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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