#72621E

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

Shades of Himalaya #72621E

Tints of Himalaya #72621E

Color information

#72621E (or 0x72621E) is unknown color: approx Himalaya. HEX triplet: 72, 62 and 1E. RGB value is (114,98,30). Sum of RGB (Red+Green+Blue) = 114+98+30=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #72621E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72621E is #8D9DE1. Grayscale: #5F5F5F. Windows color (decimal): -9280994 or 1991282. OLE color: 1991282.

HSL color Cylindrical-coordinate representation of color #72621E: hue angle of 48.57º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72621E is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1149830-
CMYK00.140.740.55
HSL48.57º58.33%28.24%-
HSV(B)48.57º73.68%44.71%-
XYZ11.5412.413.01-
YUV95.0391.3141.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.11%
GREEN value IS 98 (38.67% from 255) = 40.50%
BLUE value IS 30 (12.11% from 255) = 12.40%
R=47.11%
G=40.50%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114983000.140.740.5548.5758.3328.24
Hex72621E0E4A37313a1c
Octal1621423601611267617234
Binary111001011000101111001110100101011011111000111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72621E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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