#726224

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

Shades of Himalaya #726224

Tints of Himalaya #726224

Color information

#726224 (or 0x726224) is unknown color: approx Himalaya. HEX triplet: 72, 62 and 24. RGB value is (114,98,36). Sum of RGB (Red+Green+Blue) = 114+98+36=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #726224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726224 is #8D9DDB. Grayscale: #5F5F5F. Windows color (decimal): -9280988 or 2384498. OLE color: 2384498.

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

Color convert

RGB1149836-
CMYK00.140.680.55
HSL47.69º52%29.41%-
HSV(B)47.69º68.42%44.71%-
XYZ11.6312.443.46-
YUV95.7294.3141.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.97%
GREEN value IS 98 (38.67% from 255) = 39.52%
BLUE value IS 36 (14.45% from 255) = 14.52%
R=45.97%
G=39.52%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114983600.140.680.5547.695229.41
Hex7262240E443730341d
Octal1621424401610467606435
Binary1110010110001010010001110100010011011111000011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726224; }

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

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

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

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

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

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

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

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