#726729

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

Shades of Himalaya #726729

Tints of Himalaya #726729

Color information

#726729 (or 0x726729) is unknown color: approx Himalaya. HEX triplet: 72, 67 and 29. RGB value is (114,103,41). Sum of RGB (Red+Green+Blue) = 114+103+41=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #726729 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726729 is #8D98D6. Grayscale: #636363. Windows color (decimal): -9279703 or 2713458. OLE color: 2713458.

HSL color Cylindrical-coordinate representation of color #726729: hue angle of 50.96º 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 #726729 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB11410341-
CMYK00.100.640.55
HSL50.96º47.1%30.39%-
HSV(B)50.96º64.04%44.71%-
XYZ12.1913.444.05-
YUV99.2295.14138.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.19%
GREEN value IS 103 (40.62% from 255) = 39.92%
BLUE value IS 41 (16.41% from 255) = 15.89%
R=44.19%
G=39.92%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141034100.100.640.5550.9647.130.39
Hex7267290A4037332f1e
Octal1621475101210067635736
Binary1110010110011110100101010100000011011111001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726729; }

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

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

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

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

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

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

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

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