#726129

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

Shades of Himalaya #726129

Tints of Himalaya #726129

Color information

#726129 (or 0x726129) is unknown color: approx Himalaya. HEX triplet: 72, 61 and 29. RGB value is (114,97,41). Sum of RGB (Red+Green+Blue) = 114+97+41=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #726129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726129 is #8D9ED6. Grayscale: #5F5F5F. Windows color (decimal): -9281239 or 2711922. OLE color: 2711922.

HSL color Cylindrical-coordinate representation of color #726129: hue angle of 46.03º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #726129 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB1149741-
CMYK00.150.640.55
HSL46.03º47.1%30.39%-
HSV(B)46.03º64.04%44.71%-
XYZ11.6112.293.86-
YUV95.797.13141.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.24%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 41 (16.41% from 255) = 16.27%
R=45.24%
G=38.49%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114974100.150.640.5546.0347.130.39
Hex7261290F40372e2f1e
Octal1621415101710067565736
Binary1110010110000110100101111100000011011110111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726129; }

 p { color: rgb(114,97,41); }

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

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

 a { background-color: rgb(114,97,41); }

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

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

 span { border-color: rgb(114,97,41); }

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