#726326

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

Shades of Himalaya #726326

Tints of Himalaya #726326

Color information

#726326 (or 0x726326) is unknown color: approx Himalaya. HEX triplet: 72, 63 and 26. RGB value is (114,99,38). Sum of RGB (Red+Green+Blue) = 114+99+38=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #726326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726326 is #8D9CD9. Grayscale: #606060. Windows color (decimal): -9280730 or 2515826. OLE color: 2515826.

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

Color convert

RGB1149938-
CMYK00.130.670.55
HSL48.16º50%29.8%-
HSV(B)48.16º66.67%44.71%-
XYZ11.7512.643.65-
YUV96.5394.97140.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 99 (39.06% from 255) = 39.44%
BLUE value IS 38 (15.23% from 255) = 15.14%
R=45.42%
G=39.44%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114993800.130.670.5548.165029.8
Hex7263260D433730321e
Octal1621434601510367606236
Binary1110010110001110011001101100001111011111000011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726326; }

 p { color: rgb(114,99,38); }

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

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

 a { background-color: rgb(114,99,38); }

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

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

 span { border-color: rgb(114,99,38); }

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