#726228

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

Shades of Himalaya #726228

Tints of Himalaya #726228

Color information

#726228 (or 0x726228) is unknown color: approx Himalaya. HEX triplet: 72, 62 and 28. RGB value is (114,98,40). Sum of RGB (Red+Green+Blue) = 114+98+40=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #726228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726228 is #8D9DD7. Grayscale: #606060. Windows color (decimal): -9280984 or 2646642. OLE color: 2646642.

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

Color convert

RGB1149840-
CMYK00.140.650.55
HSL47.03º48.05%30.2%-
HSV(B)47.03º64.91%44.71%-
XYZ11.6912.473.8-
YUV96.1796.3140.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.24%
GREEN value IS 98 (38.67% from 255) = 38.89%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=45.24%
G=38.89%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114984000.140.650.5547.0348.0530.2
Hex7262280E41372f301e
Octal1621425001610167576036
Binary1110010110001010100001110100000111011110111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726228; }

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

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

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

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

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

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

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

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