#73642D

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

Shades of Himalaya #73642D

Tints of Himalaya #73642D

Color information

#73642D (or 0x73642D) is unknown color: approx Himalaya. HEX triplet: 73, 64 and 2D. RGB value is (115,100,45). Sum of RGB (Red+Green+Blue) = 115+100+45=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #73642D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73642D is #8C9BD2. Grayscale: #626262. Windows color (decimal): -9214931 or 2974835. OLE color: 2974835.

HSL color Cylindrical-coordinate representation of color #73642D: hue angle of 47.14º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73642D is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB11510045-
CMYK00.130.610.55
HSL47.14º43.75%31.37%-
HSV(B)47.14º60.87%45.1%-
XYZ12.112.954.34-
YUV98.2197.97139.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.23%
GREEN value IS 100 (39.45% from 255) = 38.46%
BLUE value IS 45 (17.97% from 255) = 17.31%
R=44.23%
G=38.46%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151004500.130.610.5547.1443.7531.37
Hex73642D0D3D372f2c1f
Octal163144550157567575437
Binary111001111001001011010110111110111011110111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73642D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73642D; }

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

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

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

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

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

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

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

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