#736220

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

Shades of Himalaya #736220

Tints of Himalaya #736220

Color information

#736220 (or 0x736220) is unknown color: approx Himalaya. HEX triplet: 73, 62 and 20. RGB value is (115,98,32). Sum of RGB (Red+Green+Blue) = 115+98+32=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #736220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736220 is #8C9DDF. Grayscale: #5F5F5F. Windows color (decimal): -9215456 or 2122355. OLE color: 2122355.

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

Color convert

RGB1159832-
CMYK00.150.720.55
HSL47.71º56.46%28.82%-
HSV(B)47.71º72.17%45.1%-
XYZ11.712.483.16-
YUV95.5692.13141.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 98 (38.67% from 255) = 40%
BLUE value IS 32 (12.89% from 255) = 13.06%
R=46.94%
G=40%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115983200.150.720.5547.7156.4628.82
Hex7362200F483730381d
Octal1631424001711067607035
Binary1110011110001010000001111100100011011111000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736220; }

 p { color: rgb(115,98,32); }

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

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

 a { background-color: rgb(115,98,32); }

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

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

 span { border-color: rgb(115,98,32); }

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