#72622C

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

Shades of Himalaya #72622C

Tints of Himalaya #72622C

Color information

#72622C (or 0x72622C) is unknown color: approx Himalaya. HEX triplet: 72, 62 and 2C. RGB value is (114,98,44). Sum of RGB (Red+Green+Blue) = 114+98+44=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #72622C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72622C is #8D9DD3. Grayscale: #606060. Windows color (decimal): -9280980 or 2908786. OLE color: 2908786.

HSL color Cylindrical-coordinate representation of color #72622C: hue angle of 46.29º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72622C is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1149844-
CMYK00.140.610.55
HSL46.29º44.3%30.98%-
HSV(B)46.29º61.4%44.71%-
XYZ11.7612.494.17-
YUV96.6398.3140.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 98 (38.67% from 255) = 38.28%
BLUE value IS 44 (17.58% from 255) = 17.19%
R=44.53%
G=38.28%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114984400.140.610.5546.2944.330.98
Hex72622C0E3D372e2c1f
Octal162142540167567565437
Binary111001011000101011000111011110111011110111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72622C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72622C; }

 p { color: rgb(114,98,44); }

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

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

 a { background-color: rgb(114,98,44); }

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

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

 span { border-color: rgb(114,98,44); }

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