#726229

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

Shades of Himalaya #726229

Tints of Himalaya #726229

Color information

#726229 (or 0x726229) is unknown color: approx Himalaya. HEX triplet: 72, 62 and 29. RGB value is (114,98,41). Sum of RGB (Red+Green+Blue) = 114+98+41=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #726229 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726229 is #8D9DD6. Grayscale: #606060. Windows color (decimal): -9280983 or 2712178. OLE color: 2712178.

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

Color convert

RGB1149841-
CMYK00.140.640.55
HSL46.85º47.1%30.39%-
HSV(B)46.85º64.04%44.71%-
XYZ11.7112.473.89-
YUV96.2996.8140.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 98 (38.67% from 255) = 38.74%
BLUE value IS 41 (16.41% from 255) = 16.21%
R=45.06%
G=38.74%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114984100.140.640.5546.8547.130.39
Hex7262290E40372f2f1e
Octal1621425101610067575736
Binary1110010110001010100101110100000011011110111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726229; }

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

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

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

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

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

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

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

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