#73682A

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

Shades of Himalaya #73682A

Tints of Himalaya #73682A

Color information

#73682A (or 0x73682A) is unknown color: approx Himalaya. HEX triplet: 73, 68 and 2A. RGB value is (115,104,42). Sum of RGB (Red+Green+Blue) = 115+104+42=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #73682A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73682A is #8C97D5. Grayscale: #646464. Windows color (decimal): -9213910 or 2779251. OLE color: 2779251.

HSL color Cylindrical-coordinate representation of color #73682A: hue angle of 50.96º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73682A is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB11510442-
CMYK00.100.630.55
HSL50.96º46.5%30.78%-
HSV(B)50.96º63.48%45.1%-
XYZ12.4413.714.18-
YUV100.2295.14138.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.06%
GREEN value IS 104 (41.02% from 255) = 39.85%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=44.06%
G=39.85%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151044200.100.630.5550.9646.530.78
Hex73682A0A3F37332e1f
Octal163150520127767635637
Binary111001111010001010100101011111111011111001110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73682A; }

 p { color: rgb(115,104,42); }

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

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

 a { background-color: rgb(115,104,42); }

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

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

 span { border-color: rgb(115,104,42); }

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