#726231

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

Shades of Himalaya #726231

Tints of Himalaya #726231

Color information

#726231 (or 0x726231) is unknown color: approx Himalaya. HEX triplet: 72, 62 and 31. RGB value is (114,98,49). Sum of RGB (Red+Green+Blue) = 114+98+49=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #726231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726231 is #8D9DCE. Grayscale: #616161. Windows color (decimal): -9280975 or 3236466. OLE color: 3236466.

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

Color convert

RGB1149849-
CMYK00.140.570.55
HSL45.23º39.88%31.96%-
HSV(B)45.23º57.02%44.71%-
XYZ11.8612.534.7-
YUV97.2100.8139.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 49 (19.53% from 255) = 18.77%
R=43.68%
G=37.55%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114984900.140.570.5545.2339.8831.96
Hex7262310E39372d2820
Octal162142610167167555040
Binary1110010110001011000101110111001110111101101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726231; }

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

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

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

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

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

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

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

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