#726220

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

Shades of Himalaya #726220

Tints of Himalaya #726220

Color information

#726220 (or 0x726220) is unknown color: approx Himalaya. HEX triplet: 72, 62 and 20. RGB value is (114,98,32). Sum of RGB (Red+Green+Blue) = 114+98+32=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #726220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726220 is #8D9DDF. Grayscale: #5F5F5F. Windows color (decimal): -9280992 or 2122354. OLE color: 2122354.

HSL color Cylindrical-coordinate representation of color #726220: hue angle of 48.29º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #726220 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1149832-
CMYK00.140.720.55
HSL48.29º56.16%28.63%-
HSV(B)48.29º71.93%44.71%-
XYZ11.5712.423.15-
YUV95.2692.3141.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.72%
GREEN value IS 98 (38.67% from 255) = 40.16%
BLUE value IS 32 (12.89% from 255) = 13.11%
R=46.72%
G=40.16%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114983200.140.720.5548.2956.1628.63
Hex7262200E483730381d
Octal1621424001611067607035
Binary1110010110001010000001110100100011011111000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726220; }

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

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

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

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

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

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

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

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