#736420

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

Shades of Himalaya #736420

Tints of Himalaya #736420

Color information

#736420 (or 0x736420) is unknown color: approx Himalaya. HEX triplet: 73, 64 and 20. RGB value is (115,100,32). Sum of RGB (Red+Green+Blue) = 115+100+32=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #736420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736420 is #8C9BDF. Grayscale: #616161. Windows color (decimal): -9214944 or 2122867. OLE color: 2122867.

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

Color convert

RGB11510032-
CMYK00.130.720.55
HSL49.16º56.46%28.82%-
HSV(B)49.16º72.17%45.1%-
XYZ11.8912.863.22-
YUV96.7391.47141.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.56%
GREEN value IS 100 (39.45% from 255) = 40.49%
BLUE value IS 32 (12.89% from 255) = 12.96%
R=46.56%
G=40.49%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151003200.130.720.5549.1656.4628.82
Hex7364200D483731381d
Octal1631444001511067617035
Binary1110011110010010000001101100100011011111000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736420; }

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

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

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

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

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

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

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

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