#726023

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

Shades of Himalaya #726023

Tints of Himalaya #726023

Color information

#726023 (or 0x726023) is unknown color: approx Himalaya. HEX triplet: 72, 60 and 23. RGB value is (114,96,35). Sum of RGB (Red+Green+Blue) = 114+96+35=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #726023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726023 is #8D9FDC. Grayscale: #5E5E5E. Windows color (decimal): -9281501 or 2318450. OLE color: 2318450.

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

Color convert

RGB1149635-
CMYK00.160.690.55
HSL46.33º53.02%29.22%-
HSV(B)46.33º69.3%44.71%-
XYZ11.4312.063.32-
YUV94.4394.46141.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 35 (14.06% from 255) = 14.29%
R=46.53%
G=39.18%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114963500.160.690.5546.3353.0229.22
Hex72602301045372e351d
Octal1621404302010567566535
Binary11100101100000100011010000100010111011110111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726023; }

 p { color: rgb(114,96,35); }

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

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

 a { background-color: rgb(114,96,35); }

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

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

 span { border-color: rgb(114,96,35); }

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