#736020

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

Shades of Himalaya #736020

Tints of Himalaya #736020

Color information

#736020 (or 0x736020) is unknown color: approx Himalaya. HEX triplet: 73, 60 and 20. RGB value is (115,96,32). Sum of RGB (Red+Green+Blue) = 115+96+32=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #736020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736020 is #8C9FDF. Grayscale: #5E5E5E. Windows color (decimal): -9215968 or 2121843. OLE color: 2121843.

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

Color convert

RGB1159632-
CMYK00.170.720.55
HSL46.27º56.46%28.82%-
HSV(B)46.27º72.17%45.1%-
XYZ11.5112.113.1-
YUV94.3892.79142.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.33%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 32 (12.89% from 255) = 13.17%
R=47.33%
G=39.51%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115963200.170.720.5546.2756.4628.82
Hex73602001148372e381d
Octal1631404002111067567035
Binary11100111100000100000010001100100011011110111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736020; }

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

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

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

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

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

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

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

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